Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/glennhickey/hal into…
Browse files Browse the repository at this point in the history
… development
  • Loading branch information
joelarmstrong committed Oct 1, 2013
2 parents 26e7923 + 49fa4b4 commit bd449b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/halStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def runShellCommand(command):
(command, sts))
return output
except KeyboardInterrupt:
raise RuntimeError("Aborting %s" % cmd)
raise RuntimeError("Aborting %s" % command)

def runParallelShellCommands(cmdList, numProc):
if numProc == 1 or len(cmdList) == 1:
Expand Down

0 comments on commit bd449b5

Please sign in to comment.