Spaces:
Runtime error
Runtime error
fix: should be raise, now throw
Browse files- charles_actor.py +1 -1
charles_actor.py
CHANGED
|
@@ -129,4 +129,4 @@ if __name__ == "__main__":
|
|
| 129 |
print(f"Charles is in state: {ray.get(state)}")
|
| 130 |
except KeyboardInterrupt as e:
|
| 131 |
print("Script was manually terminated")
|
| 132 |
-
|
|
|
|
| 129 |
print(f"Charles is in state: {ray.get(state)}")
|
| 130 |
except KeyboardInterrupt as e:
|
| 131 |
print("Script was manually terminated")
|
| 132 |
+
raise(e)
|