Skip to content

Commit

Permalink
Merge pull request #197 from mathstuf/fix-missing-argument
Browse files Browse the repository at this point in the history
db: fix missing argument
  • Loading branch information
ralphbean committed Feb 9, 2015
2 parents 2ce3216 + 4c7e84e commit 0e9d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugwarrior/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def _bool_option(section, option, default):
notify = _bool_option('notifications', 'notifications', 'False') and not dry_run

tw = TaskWarriorShellout(
config_filename=get_taskrc_path(conf),
config_filename=get_taskrc_path(conf, main_section),
config_overrides=uda_list,
marshal=True,
)
Expand Down

0 comments on commit 0e9d0c6

Please sign in to comment.