summaryrefslogtreecommitdiff
path: root/cli/app/search/live.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-11 02:37:30 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-11 02:37:30 +0100
commit509de775884d0bcf89f103580cc7b081215c235a (patch)
tree1f853a011050926aa93f87872ea80cf7c826275e /cli/app/search/live.py
parent7189336ef4538e232a851246476d09cb41ffc660 (diff)
dirz
Diffstat (limited to 'cli/app/search/live.py')
-rw-r--r--cli/app/search/live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py
index 4c66873..ba45e3d 100644
--- a/cli/app/search/live.py
+++ b/cli/app/search/live.py
@@ -374,7 +374,7 @@ class Listener:
interpolator.build()
self.rpc_client.send_status('processing', True)
tag = "biggan_" + timestamp()
- path_out = os.path.join(app_cfg.RESULTS_DIR, tag)
+ path_out = os.path.join(app_cfg.DIR_RESULTS, tag)
os.makedirs(path_out, exist_ok=True)
dt = 1 / FPS
for i in range(99999):