Skip to content

Commit 866fbe3

Browse files
authored
fixes issue #327
1 parent 3cefb72 commit 866fbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def load_exploits(path, node="exploits"):
5858
try:
5959
selected_file = file_list[int(action) - 1]
6060
selected = True
61-
except Except:
61+
except Exception:
6262
lib.output.warning("invalid selection ('{}'), select from below".format(action))
6363
selected = False
6464
else:

0 commit comments

Comments
 (0)