Skip to content

Commit b0dcd67

Browse files
authored
Merge branch 'master' into patch-1
2 parents 49a0f69 + 602a7a9 commit b0dcd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_CMA_Art_Frame/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
print("Response is", response)
5050
loopcount = loopcount + 1
5151

52-
except (RuntimeError, KeyError) as e:
52+
except (RuntimeError, KeyError, TypeError) as e:
5353
print("An error occured, retrying! -", e)
5454
print("loop counter:", loopcount)
5555
assert errorcount < 20, "Too many errors, stopping"

0 commit comments

Comments
 (0)