From a00f67b3f45a97014d31c132d169ffb408b5cef8 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 19:08:15 -0700 Subject: [PATCH] switched to bare raise for ci test parent func --- ci/ci_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci_test.py b/ci/ci_test.py index da805ce..c312b6d 100644 --- a/ci/ci_test.py +++ b/ci/ci_test.py @@ -216,7 +216,7 @@ def ci_test(): 5000, ) else: - raise RuntimeError("Unable to run tests due to config migration failure") + raise if __name__ == "__main__":