Show More
@@ -89,11 +89,8 def _posixworker(ui, func, staticargs, a | |||
|
89 | 89 | os._exit(0) |
|
90 | 90 | except KeyboardInterrupt: |
|
91 | 91 | os._exit(255) |
|
92 | except: # re-raises (close enough for debugging anyway) | |
|
93 | try: | |
|
94 | ui.traceback() | |
|
95 | finally: | |
|
96 | os._exit(255) | |
|
92 | # other exceptions are allowed to propagate, we rely | |
|
93 | # on lock.py's pid checks to avoid release callbacks | |
|
97 | 94 | pids.append(pid) |
|
98 | 95 | pids.reverse() |
|
99 | 96 | os.close(wfd) |
General Comments 0
You need to be logged in to leave comments.
Login now