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 d1a96d3 commit 411e1c6Copy full SHA for 411e1c6
cmseekdb/basic.py
@@ -121,7 +121,7 @@ def help():
121
CMS IDs. separated by comma ","
122
123
--skip-scanned Skips target if it's CMS was previously detected.
124
-
+
125
--light-scan Skips Deep Scan. Does CMS and version detection only.
126
127
-o, --only-cms Only detect CMS, ignore deep scan and version detection.
@@ -319,7 +319,7 @@ def clear_log():
319
def handle_quit(end_prog = True):
320
# in case of unwanted exit this function should take care of writing the json log
321
global log_dir
322
- if log_dir is not "":
+ if log_dir != "":
323
log_file = os.path.join(log_dir, 'cms.json')
324
# print(log_file)
325
global log
0 commit comments