Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Apr 11, 2011
1 parent 62b158c commit 9c79e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/moa/plugin/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def defineCommands(data):
'log' : False
}

def prepare(data):
def prepare_1(data):
data.logger.start_time = datetime.today()

def niceRunTime(d):
Expand Down

0 comments on commit 9c79e02

Please sign in to comment.