Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6a14f commit a213333Copy full SHA for a213333
1 file changed
Tools/webchecker/wsgui.py
@@ -22,7 +22,7 @@
22
try:
23
class Canceled(Exception):
24
"Exception used to cancel run()."
25
-except:
+except (NameError, TypeError):
26
Canceled = __name__ + ".Canceled"
27
28
0 commit comments