[tovid] r3410 committed - Remove suffix from sleep command for compatibility.

0 views
Skip to first unread message

to...@googlecode.com

unread,
Dec 6, 2011, 12:09:22 AM12/6/11
to tovi...@googlegroups.com
Revision: 3410
Author: grepper
Date: Mon Dec 5 21:08:33 2011
Log: Remove suffix from sleep command for compatibility.

http://code.google.com/p/tovid/source/detail?r=3410

Modified:
/trunk/tovid/libtovid/util/__init__.py

=======================================
--- /trunk/tovid/libtovid/util/__init__.py Fri Jun 4 19:56:13 2010
+++ /trunk/tovid/libtovid/util/__init__.py Mon Dec 5 21:08:33 2011
@@ -250,7 +250,7 @@
"""Print a message and pause for the given number of seconds.
"""
print("Resuming in %s seconds..." % seconds)
- os.system('sleep %ss' % seconds)
+ os.system('sleep %s' % seconds)


def imagemagick_version():

Reply all
Reply to author
Forward
0 new messages