Skip to content

Commit

Permalink
Fix #4 : hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Duyé committed May 12, 2014
1 parent 039268a commit 7942fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redminetimesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def calDuration(t2,t1):
def getTimeEntries(time_entries, verbose=True):
'''Return an array of explicit associative array for times entries, filtering out
entries that do not match issue_id_regexp defined in config file'''
categories_association = yaml.load(open("/home/bruno/dev/redminetimesync/activities.config", 'r'))
categories_association = yaml.load(open("activities.config", 'r'))
if configProperties.has_option('default', 'redmine_default_activity_id'):
default_activity_id = configProperties.get('default', 'redmine_default_activity_id')
else:
Expand Down

0 comments on commit 7942fb1

Please sign in to comment.