diff --git a/britney.py b/britney.py index 8b9f7c0..b18b5e1 100755 --- a/britney.py +++ b/britney.py @@ -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 = '' else: filename = os.path.join(basedir, "Hints", who) if not os.path.isfile(filename):