Skip to content

Commit 411e1c6

Browse files
committed
Minor fix
1 parent d1a96d3 commit 411e1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmseekdb/basic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def help():
121121
CMS IDs. separated by comma ","
122122
123123
--skip-scanned Skips target if it's CMS was previously detected.
124-
124+
125125
--light-scan Skips Deep Scan. Does CMS and version detection only.
126126
127127
-o, --only-cms Only detect CMS, ignore deep scan and version detection.
@@ -319,7 +319,7 @@ def clear_log():
319319
def handle_quit(end_prog = True):
320320
# in case of unwanted exit this function should take care of writing the json log
321321
global log_dir
322-
if log_dir is not "":
322+
if log_dir != "":
323323
log_file = os.path.join(log_dir, 'cms.json')
324324
# print(log_file)
325325
global log

0 commit comments

Comments
 (0)