You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/batchedcalls/client.py
-1
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,5 @@
80
80
# this will raise the proper zerodivision exception once we're about
81
81
# to process the batch result from the divide by 0 call.
82
82
exceptZeroDivisionError:
83
-
# @todo FIX THIS a serialization error is thrown rather than the divide by zero error we expect... unsupported serialized class: Pyro5.core._ExceptionWrapper
84
83
print("A divide by zero error occurred during the batch! (expected)")
0 commit comments