From c2f1fe718d638414010c7c0b94a5f9cc19a280b6 Mon Sep 17 00:00:00 2001 From: Nex Date: Fri, 17 Jun 2022 17:16:00 +0200 Subject: [PATCH] Fixed bug in store timeline logic --- mvt/common/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/command.py b/mvt/common/command.py index d0ff825..b655ac1 100644 --- a/mvt/common/command.py +++ b/mvt/common/command.py @@ -47,7 +47,7 @@ class Command(object): sys.exit(1) def _store_timeline(self): - if self.results_path: + if not self.results_path: return if len(self.timeline) > 0: