sohojoe commited on
Commit
dc249ac
1 Parent(s): 187e31c

fix: should be raise, now throw

Browse files
Files changed (1) hide show
  1. 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
- throw(e)
 
129
  print(f"Charles is in state: {ray.get(state)}")
130
  except KeyboardInterrupt as e:
131
  print("Script was manually terminated")
132
+ raise(e)