mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-04-06 14:09:35 +00:00
Print an error message when aborted by user
Change-Id: If7378c5deaace0ac6ab2be961e38644d9373557d
This commit is contained in:
parent
0b8df7be79
commit
b0936b0e20
1
main.py
1
main.py
@ -397,6 +397,7 @@ def _Main(argv):
|
||||
finally:
|
||||
close_ssh()
|
||||
except KeyboardInterrupt:
|
||||
print >>sys.stderr, 'aborted by user'
|
||||
result = 1
|
||||
except ManifestParseError as mpe:
|
||||
print >>sys.stderr, 'fatal: %s' % mpe
|
||||
|
Loading…
x
Reference in New Issue
Block a user