whoops, return the_time from Command.parseTimeSpec()

This commit is contained in:
Josh Holtrop 2010-12-29 00:03:55 -05:00
parent cc54eb8883
commit 9431ff1c88

View File

@ -75,3 +75,4 @@ class Command:
the_time -= delta the_time -= delta
else: else:
the_time += delta the_time += delta
return the_time