Fixed bug in store timeline logic

This commit is contained in:
Nex 2022-06-17 17:16:00 +02:00
parent 444ecf032d
commit c2f1fe718d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Command(object):
sys.exit(1) sys.exit(1)
def _store_timeline(self): def _store_timeline(self):
if self.results_path: if not self.results_path:
return return
if len(self.timeline) > 0: if len(self.timeline) > 0: