Closed
Bug 656504
Opened 14 years ago
Closed 13 years ago
jsbridge has a weird variable settings_env which isnt used anywhere
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 661561
People
(Reporter: k0scist, Assigned: lizzard)
Details
--->>> /home/jhammel/mozmill/src/mozmill/jsbridge/jsbridge/__init__.py
:
48-
49-import mozrunner
50-
51:settings_env = 'JSBRIDGE_SETTINGS_FILE'
52-
53-parent = os.path.abspath(os.path.dirname(__file__))
54-extension_path = os.path.join(parent, 'extension')
As best I can tell, settings_env isn't actually used anywhere. It
should be deleted. If I am mistaken, it should be documented.
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [good-first-bug]
Updated•14 years ago
|
Whiteboard: [good-first-bug] → [good first bug]
Updated•14 years ago
|
Whiteboard: [good first bug] → [good first bug][mentor=jhammel][lang=py]
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lhenry
Comment 2•13 years ago
|
||
This has already been removed by bug 661561 a long time ago.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?(lhenry)
Resolution: --- → DUPLICATE
Whiteboard: [good first bug][mentor=jhammel][lang=py]
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•