mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-04 14:51:12 +00:00
britney.py: Fix use before assignment
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
74060e4e0a
commit
8623ffc224
@ -832,6 +832,7 @@ class Britney(object):
|
||||
for who in self.HINTS.keys():
|
||||
if who == 'command-line':
|
||||
lines = self.options.hints and self.options.hints.split(';') or ()
|
||||
filename = '<cmd-line>'
|
||||
else:
|
||||
filename = os.path.join(basedir, "Hints", who)
|
||||
if not os.path.isfile(filename):
|
||||
|
Loading…
x
Reference in New Issue
Block a user