summaryrefslogtreecommitdiff
path: root/cli/app/commands/biggan/fetch.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-01-07 22:26:47 +0100
committerJules Laplace <julescarbon@gmail.com>2020-01-07 22:26:47 +0100
commitc7a4d182809a45239afa156529490ca9ade6823c (patch)
treefcb32647318cccc1767ed3a8092eff69ced14b0b /cli/app/commands/biggan/fetch.py
parent2f5e8a1c3d8f34dcbd29ace418a3a08c4f6bc5ee (diff)
getting latent search updates working...
Diffstat (limited to 'cli/app/commands/biggan/fetch.py')
-rw-r--r--cli/app/commands/biggan/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/fetch.py b/cli/app/commands/biggan/fetch.py
index d454633..9d679f9 100644
--- a/cli/app/commands/biggan/fetch.py
+++ b/cli/app/commands/biggan/fetch.py
@@ -1,7 +1,7 @@
import click
import os
-from app.utils.cortex_utils import fetch_cortex_folder, find_unprocessed_files
+from app.utils.cortex_utils import download_cortex_files, find_unprocessed_files
@click.command('')
@click.option('-i', '--folder_id', 'opt_folder_id', type=int,