We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7096244 commit b3742b6Copy full SHA for b3742b6
1 file changed
PyPortal_CMA_Art_Frame/code.py
@@ -49,7 +49,7 @@
49
print("Response is", response)
50
loopcount = loopcount + 1
51
52
- except (RuntimeError, KeyError) as e:
+ except (RuntimeError, KeyError, TypeError) as e:
53
print("An error occured, retrying! -", e)
54
print("loop counter:", loopcount)
55
assert errorcount < 20, "Too many errors, stopping"
0 commit comments