Skip to content

Commit

Permalink
redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Jun 6, 2020
1 parent 4702fd6 commit 1d067f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caliban_toolbox/figure_eight_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ def download_figure_eight_output(base_dir):
if not os.path.isdir(output_dir):
os.makedirs(output_dir)

upload_log = pd.read_csv(os.path.join(base_dir, 'logs/stage_0_upload_log.csv'))
missing = aws_download_files(upload_log, output_dir)
missing = aws_download_files(log_file, output_dir)

return missing

0 comments on commit 1d067f9

Please sign in to comment.