Author: duncan
Date: Tue Jul 24 15:53:07 2007
New Revision: 9762
Log:
Added a strip to remove the leading spaces from a command string
Modified:
branches/rel-1/freevo/src/childapp.py
Modified: branches/rel-1/freevo/src/childapp.py
==============================================================================
--- branches/rel-1/freevo/src/childapp.py (original)
+++ branches/rel-1/freevo/src/childapp.py Tue Jul 24 15:53:07 2007
@@ -125,6 +125,7 @@
command_isstr = isinstance(command, str)
if command_isstr:
+ command = command.strip() # strip spaces from the command string
command_str = command
else:
command_str = ' '.join(command)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog