merged
authornipkow
Fri, 21 Dec 2012 10:08:06 +0100
changeset 50612 def80e410f3b
parent 50600 48c0c3bc40dd (diff)
parent 50605 620515b73a77 (current diff)
child 50613 168befd6cfa6
merged
--- a/Admin/mira.py	Wed Dec 19 22:44:24 2012 +0100
+++ b/Admin/mira.py	Fri Dec 21 10:08:06 2012 +0100
@@ -122,7 +122,7 @@
     prepare_isabelle_repository(isabelle_home, None, more_settings=more_settings)
     os.chdir(isabelle_home)
 
-    args = (['-o', 'timeout=%s' % timeout] if timeout is not None else []) + cmdargs
+    args = (['-o', 'timeout=%s' % timeout] if timeout is not None else []) + list(cmdargs)
 
     # invoke build tool
     (return_code, log) = env.run_process('%s/bin/isabelle' % isabelle_home, 'build', '-s', '-v', *args)