fix crash in interactive mode
This commit is contained in:
parent
1900a75b5c
commit
9c11d6b65d
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ class BoobTracker(ReplApplication):
|
|||
sender = os.environ.get('USERNAME', 'boobtracker')
|
||||
output = u'From: %s\n' % sender
|
||||
for key, (list_name, is_list_object) in self.ISSUE_FIELDS:
|
||||
value = None
|
||||
if not self.interactive:
|
||||
value = getattr(self.options, key)
|
||||
if not value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue