mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-08-06 13:51:36 +08:00
Merge "Print an error message when aborted by user"
This commit is contained in:
1
main.py
1
main.py
@ -397,6 +397,7 @@ def _Main(argv):
|
|||||||
finally:
|
finally:
|
||||||
close_ssh()
|
close_ssh()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
print >>sys.stderr, 'aborted by user'
|
||||||
result = 1
|
result = 1
|
||||||
except ManifestParseError as mpe:
|
except ManifestParseError as mpe:
|
||||||
print >>sys.stderr, 'fatal: %s' % mpe
|
print >>sys.stderr, 'fatal: %s' % mpe
|
||||||
|
Reference in New Issue
Block a user