lintco crashes when no agrument is passed to name-check
Bug #671589 reported by
Paul Tagliamonte
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Local Community Lint Checker |
Fix Committed
|
Medium
|
Pedro Mendes de Araújo |
Bug Description
tag@loki:~$ lintco name-check
Traceback (most recent call last):
File "/usr/bin/lintco", line 21, in <module>
module.runMod( command, argv )
File "/usr/local/
modules[
File "/usr/local/
io.error( "" )
NameError: global name 'io' is not defined
Related branches
lp://staging/~pedro3005/locolint/minor-bugfixes
- Paul Tagliamonte: Pending requested
-
Diff: 733 lines (+173/-132)14 files modifiedlintco (+6/-2)
locolint/functions/admins.py (+35/-32)
locolint/functions/cleanup.py (+16/-13)
locolint/functions/copyright.py (+8/-5)
locolint/functions/name-check.py (+7/-4)
locolint/functions/name-lint.py (+4/-1)
locolint/functions/pending-apps.py (+8/-5)
locolint/functions/re-app.py (+21/-18)
locolint/functions/report-issue.py (+31/-31)
locolint/functions/whoami.py (+10/-7)
locolint/lint.py (+7/-4)
locolint/lp.py (+8/-4)
locolint/settings.py (+7/-4)
setup.py (+5/-2)
Changed in locolint: | |
assignee: | nobody → Paul Tagliamonte (paultag) |
importance: | Undecided → Medium |
milestone: | none → on-the-run |
status: | New → Triaged |
Changed in locolint: | |
assignee: | Paul Tagliamonte (paultag) → Pedro Mendes de Araújo (pedro3005) |
status: | Triaged → In Progress |
Changed in locolint: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.