Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream
Commits:
-
b5e9aebb
by Phil Dawson at 2019-01-16T14:25:20Z
1 changed file:
Changes:
... | ... | @@ -354,7 +354,7 @@ class Cli(): |
354 | 354 |
sys.stdout.write(str(exit_code))
|
355 | 355 |
sys.stdout.write('\n')
|
356 | 356 |
exit_code = 1
|
357 |
- except Exception as e: #pylint: disable=broad-except
|
|
357 |
+ except Exception as e: # pylint: disable=broad-except
|
|
358 | 358 |
exception = e
|
359 | 359 |
exit_code = -1
|
360 | 360 |
exc_info = sys.exc_info()
|