Skip to content

Commit

Permalink
fixed typo in url reference
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasevak123ga committed Nov 23, 2023
1 parent 79765af commit bcd5275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncoverml/interface_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def read_presigned_urls_and_upload(config, job_type):
files_uploaded = 0
for url_info in upload_urls_info:
# Get the name of the file to upload for the AWS key
current_file_key = url['fields']['key']
current_file_key = url_info['fields']['key']
key_parts = current_file_key.split('/')
upload_file_name = key_parts[-1]

Expand Down

0 comments on commit bcd5275

Please sign in to comment.