diff options
Diffstat (limited to 'demoscript/Util.py')
-rw-r--r-- | demoscript/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Util.py b/demoscript/Util.py index 93dc9008845..7df0f7ec3f0 100644 --- a/demoscript/Util.py +++ b/demoscript/Util.py @@ -301,7 +301,7 @@ def runDemos(start, args, demos, num = 0, script = False, root = False): print " exit 1" print "fi" else: - status = os.system("python " + os.path.join(dir, "expect.py " + args)) + status = os.system('python "' + os.path.join(dir, "expect.py") + '" ' + args) if status: if(num > 0): |