default to add a comment, not to skip

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-10-31 18:10:33 +01:00
commit a791bae133
2 changed files with 3 additions and 10 deletions

View file

@ -32,7 +32,7 @@ import ctt
log = logging.getLogger(__name__)
class Tracker:
def __init__(self, project, start_datetime = None, end_datetime = None, comment = False):
def __init__(self, project, start_datetime = None, end_datetime = None, comment = True):
self.project = project
self.project_dir = ctt.project_dir(project)