projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea44c19
)
Oops, need to exit with exitcode 1 in both cases.
author
Magnus Hagander
<magnus@hagander.net>
Thu, 22 Jan 2009 16:08:04 +0000
(17:08 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 22 Jan 2009 16:08:04 +0000
(17:08 +0100)
pggit.py
patch
|
blob
|
blame
|
history
diff --git
a/pggit.py
b/pggit.py
index 548ee16f2dbd1f51924c59bb5bfa58aa8d945c1f..de1c95843170f8156285f204a09c3779f987a9c1 100755
(executable)
--- a/
pggit.py
+++ b/
pggit.py
@@
-117,6
+117,7
@@
class PgGit:
except Exception, e:
pass
sys.stderr.write("%s\n" % e)
+ sys.exit(1)
except Exception, e:
try:
self.logger.log(e)