Show More
@@ -37,7 +37,7 b' class NotebookTestBase(TestCase):' | |||
|
37 | 37 | for _ in range(int(MAX_WAITTIME/POLL_INTERVAL)): |
|
38 | 38 | try: |
|
39 | 39 | requests.get(url) |
|
40 |
except |
|
|
40 | except Exception as e: | |
|
41 | 41 | if cls.notebook.poll() is not None: |
|
42 | 42 | raise RuntimeError("The notebook server exited with status %s" \ |
|
43 | 43 | % cls.notebook.poll()) |
General Comments 0
You need to be logged in to leave comments.
Login now