forked from mirrors/thatmattlove-hyperglass
switched to bare raise for ci test parent func
This commit is contained in:
parent
e5184aad0e
commit
a00f67b3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ def ci_test():
|
|||
5000,
|
||||
)
|
||||
else:
|
||||
raise RuntimeError("Unable to run tests due to config migration failure")
|
||||
raise
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue