Skip to content

Commit

Permalink
Load correct config before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kostajh committed Apr 8, 2013
1 parent 897f869 commit c4f8341
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 @@ -98,7 +98,7 @@ def synchronize(issues, conf):
# Merge tasks with users local DB
if experimental is True:
# Call task merge from users local database
config = tw.load_config()
config = tw.load_config(config_filename='~/.bugwarrior_taskrc')
bwtask_data = "%s/" % config['data']['location']
subprocess.call(['task', 'rc.verbose=nothing', 'rc.merge.autopush=no', 'merge', bwtask_data])

Expand Down

0 comments on commit c4f8341

Please sign in to comment.