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 3cefb72 commit 866fbe3Copy full SHA for 866fbe3
lib/jsonize.py
@@ -58,7 +58,7 @@ def load_exploits(path, node="exploits"):
58
try:
59
selected_file = file_list[int(action) - 1]
60
selected = True
61
- except Except:
+ except Exception:
62
lib.output.warning("invalid selection ('{}'), select from below".format(action))
63
selected = False
64
else:
0 commit comments