From 039268a172c6c591a693b2a632c9b1d88bdfa6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Duy=C3=A9?= Date: Fri, 7 Mar 2014 13:00:58 +0100 Subject: [PATCH] Minor bug fix --- redminetimesync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redminetimesync.py b/redminetimesync.py index 41033ca..917f704 100755 --- a/redminetimesync.py +++ b/redminetimesync.py @@ -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'