json used but not imported in LaunchpadService.py
Bug #640864 reported by
Brian Murray
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
arsenal |
Fix Released
|
Critical
|
Brad Figg |
Bug Description
If you happen to have a .lpltkrc file LaunchpadService.py will crash right away.
Traceback (most recent call last):
File "./qa-bug-
lp = LaunchpadService()
File "/home/
self.
File "/home/
user_config = json.load(f)
NameError: global name 'json' is not defined
Changed in arsenal: | |
status: | New → Fix Committed |
assignee: | nobody → Brad Figg (brad-figg) |
importance: | Undecided → Critical |
To post a comment you must log in.
Looks like this is fixed now