BarrierTimeoutError must derive from Exception (#4157)
Seen in https://travis-ci.org/LLNL/spack/builds/229484526, very likely due to a problem in the Travis builder.
This commit is contained in:
parent
cf93f49462
commit
85b0ebe836
@ -92,5 +92,5 @@ def wait(self):
|
|||||||
self.turnstile2.release()
|
self.turnstile2.release()
|
||||||
|
|
||||||
|
|
||||||
class BarrierTimeoutError:
|
class BarrierTimeoutError(Exception):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user