Fix remaining eargs run_upload reference

This commit is contained in:
Cody Wyatt Neiman 2022-10-24 20:28:11 -04:00
parent 4ab0624023
commit c118826d14
No known key found for this signature in database
GPG key ID: 94475C8B94E4698D

View file

@ -341,7 +341,7 @@ def run_upload(s3, bucket, sqlite_conn, base_path, eargs, should_delete):
local_path,
bucket,
rel_file_path,
ExtraArgs=self.eargs,
ExtraArgs=eargs,
)
except Exception as e:
print("Failed to upload file %s: %s", local_path, e)