This commit is contained in:
2021-03-03 01:08:35 +01:00
parent ab4a4fff87
commit 719331bec0
+1 -1
View File
@@ -43,7 +43,7 @@ class ScanBackend:
self.create_output_dirs()
try:
self.scan_loop(step_info=None)
self.scan_loop(step_info=step_info)
except KeyboardInterrupt:
print() # print new line after ^C
self.stop()