contrib/revsetbenchmarks.py
branchstable
changeset 21202 c04e5e937139
parent 20893 b5de9dde181c
child 21286 f0f810096842
--- a/contrib/revsetbenchmarks.py	Mon Apr 28 16:28:52 2014 -0700
+++ b/contrib/revsetbenchmarks.py	Fri Apr 25 13:44:51 2014 -0700
@@ -22,7 +22,7 @@
     proc = Popen(*args, **kwargs)
     output, error = proc.communicate()
     if proc.returncode != 0:
-        raise CalledProcessError(proc.returncode, ' '.join(args))
+        raise CalledProcessError(proc.returncode, ' '.join(args[0]))
     return output
 
 def update(rev):