File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,7 @@ def api_hayabusa_timesketch():
10371037
10381038 # If a label is part of the filename, check to see if sketch exists with the same name and add it to it instead of creating a new sketch
10391039 sketch_id = ""
1040- if fqdn and label and label is not "Null" :
1040+ if fqdn and label and label != "Null" :
10411041 sketch_name = label
10421042 try :
10431043 sketches = ts_client .list_sketches ()
@@ -1121,7 +1121,7 @@ def api_plaso_timesketch():
11211121
11221122 # If a label is part of the filename, check to see if sketch exists with the same name and add it to it instead of creating a new sketch
11231123 sketch_id = ""
1124- if fqdn and label and label is not "Null" :
1124+ if fqdn and label and label != "Null" :
11251125 sketch_name = label
11261126 try :
11271127 sketches = ts_client .list_sketches ()
You can’t perform that action at this time.
0 commit comments