Skip to content

Commit f423e51

Browse files
committed
update checks
1 parent 4cf611b commit f423e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nxsblisswriter/NXSWriterService.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def start(self):
8181
except NoScanAvailable:
8282
continue
8383
scan = self.__datastore.load_scan(key)
84-
if self.__session == "__all__" or scan.session == self.__session:
84+
if self.__session in ["__all__", scan.session]:
8585
self.write_scan(scan)
8686

8787
def get_status(self):

0 commit comments

Comments
 (0)