From 509de775884d0bcf89f103580cc7b081215c235a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 11 Jan 2020 02:37:30 +0100 Subject: dirz --- cli/app/search/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/search') 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): -- cgit v1.2.3-70-g09d2