Skip to content

Commit

Permalink
Updating to reflect PATs zip placement.
Browse files Browse the repository at this point in the history
  • Loading branch information
rHorsey committed Sep 8, 2017
1 parent f79b2a8 commit 5349077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/complete_localResults
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def retrieve_dp_data(local_results_dir, server_api, interval=5, analysis_id=nil)
if ok
dest = File.join local_results_dir, dp[:_id]
unzip_archive f, dest
File.delete f
FileUtils.mv File.join(local_results_dir, 'data_point.zip'), dest
else
puts "ERROR: Failed to download data point #{dp[:_id]}"
dps_error_count += 1
Expand Down

0 comments on commit 5349077

Please sign in to comment.