Skip to content

Commit

Permalink
[bugzilla] Fix failure when configuring module with wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Feb 19, 2013
1 parent 401a7f5 commit 3b360a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bugzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def configure(config):
| domains | bugzilla.redhat.com,bugzilla.mozilla.org | A list of Bugzilla issue tracker domains |
"""
if config.option('Show extra information about Bugzilla issues', False):
if not config.has_section('url'):
config.add_section('url')
config.add_section('bugzilla')
config.add_list('bugzilla', 'domains', 'Enter the domains of the Bugzillas you want extra information from. (e.g. bugzilla.mozilla.org)',
'Domain:')

Expand Down

0 comments on commit 3b360a3

Please sign in to comment.