summaryrefslogtreecommitdiff
path: root/cli/app/utils/cortex_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/app/utils/cortex_utils.py')
-rw-r--r--cli/app/utils/cortex_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/utils/cortex_utils.py b/cli/app/utils/cortex_utils.py
index e4594ff..01b4bc9 100644
--- a/cli/app/utils/cortex_utils.py
+++ b/cli/app/utils/cortex_utils.py
@@ -22,8 +22,8 @@ def download_cortex_files(opt_folder_id):
if row['generated'] == 0 and row['processed'] != 1:
fn, ext = os.path.splitext(row['name'])
fp_out_image = join(fp_out_dir, row['name'])
+ row['path'] = fp_out_image
if not os.path.exists(fp_out_image):
- row['path'] = fp_out_image
fetch_file(row['url'], fp_out_image)
return rows