mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-21 15:56:55 +02:00
Fixed bug in store timeline logic
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user