Skip to content

Commit 4a6d82e

Browse files
committed
Small change
1 parent 15587cb commit 4a6d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltascan/cli/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def do_imp(self, v):
187187
"""imp
188188
Import a file using the current configuration. Ex. imp"""
189189
# Getting the requested scans from the list of the last scans
190-
if v is "":
190+
if v == "":
191191
v = None
192192

193193
r = self._app.import_data(v)

0 commit comments

Comments
 (0)