Skip to content

Commit

Permalink
added todo re: lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Jun 5, 2020
1 parent 782ec08 commit bf730e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caliban_toolbox/figure_eight_functions.py
Expand Up @@ -103,6 +103,7 @@ def create_job_urls(crop_dir, aws_folder, stage, pixel_only, label_only, rgb_mod
npz_keys.append(os.path.join(aws_folder, stage, npz))
url_paths.append(_format_url(subfolders, stage, npz, url_encoded_dict))

# TODO: think about better way to structure than than many lists
return npz_paths, npz_keys, url_paths, npzs_to_upload


Expand Down

0 comments on commit bf730e5

Please sign in to comment.