From 9431ff1c8858c0d8cbf6f32b83cfbb3a14a0c653 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 29 Dec 2010 00:03:55 -0500 Subject: [PATCH] whoops, return the_time from Command.parseTimeSpec() --- Command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Command.py b/Command.py index 99689a0..6abd37f 100644 --- a/Command.py +++ b/Command.py @@ -75,3 +75,4 @@ class Command: the_time -= delta else: the_time += delta + return the_time