merge
authorblanchet
Thu, 20 Dec 2012 15:51:24 +0100
changeset 50607 e928f8647302
parent 50606 69b22c4398fe (current diff)
parent 50600 48c0c3bc40dd (diff)
child 50608 5977de2993ac
merge
--- a/Admin/mira.py	Wed Dec 19 22:44:51 2012 +0100
+++ b/Admin/mira.py	Thu Dec 20 15:51:24 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)