Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Duyé committed Mar 7, 2014
1 parent 97bf0b8 commit 039268a
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 @@ -80,8 +80,8 @@ def getTimeEntries(time_entries, verbose=True):
else:
print_(u'** Warning : unmatched category "{}"'.format(category_name))
if default_activity_id is not None:
print u', assignated to default Redmine activity ID : {}'.format(activity_id)
activity_id = default_activity_id
print u', assignated to default Redmine activity ID : {}'.format(default_activity_id)
else:
activity_id = None
print '\n'
Expand Down

0 comments on commit 039268a

Please sign in to comment.