diff options
| author | Robert Collins <robertc@robertcollins.net> | 2011-10-31 20:56:59 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2011-10-31 20:56:59 +1300 |
| commit | 60fea6784a456673fd9e42e93d8c5bf3f4a0e6f1 (patch) | |
| tree | e0ee358d56b3bc39c11b0d3ec1dd6b63af19c02a /python/subunit/run.py | |
| parent | 087ced63c7c96397ef20bdd5c4e85a5175e48061 (diff) | |
| parent | c2fe2888d3c1bfe61021915e9bf9ec0f980dd5f1 (diff) | |
| download | subunit-60fea6784a456673fd9e42e93d8c5bf3f4a0e6f1.tar.gz | |
Merge trunk work that had gotten diverged.
Diffstat (limited to 'python/subunit/run.py')
| -rwxr-xr-x | python/subunit/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py index b390de3..51d6837 100755 --- a/python/subunit/run.py +++ b/python/subunit/run.py @@ -49,7 +49,7 @@ class SubunitTestProgram(TestProgram): def usageExit(self, msg=None): if msg: - print msg + print (msg) usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '', 'buffer': ''} if self.failfast != False: |
