changeset 194887928a4b in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=194887928a4b
description: Tiny style fixes

diffstat:

 src/common/helpers.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ee64d6744df4 -r 194887928a4b src/common/helpers.py
--- a/src/common/helpers.py     Tue Oct 06 21:35:48 2009 +0200
+++ b/src/common/helpers.py     Tue Oct 06 23:26:22 2009 +0300
@@ -356,7 +356,7 @@
        return False
 
 def exec_command(command):
-       subprocess.Popen(command + ' &', shell = True).wait()
+       subprocess.Popen('%s &' % command, shell=True).wait()
 
 def build_command(executable, parameter):
        # we add to the parameter (can hold path with spaces)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to