Skip to content
Snippets Groups Projects
Commit 85b0ebe8 authored by Massimiliano Culpo's avatar Massimiliano Culpo Committed by becker33
Browse files

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.
parent cf93f494
Branches
Tags
No related merge requests found
......@@ -92,5 +92,5 @@ def wait(self):
self.turnstile2.release()
class BarrierTimeoutError:
class BarrierTimeoutError(Exception):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment