add quick print statement

This commit is contained in:
Louis Abel 2023-08-24 15:30:20 -07:00
parent 67106beac7
commit dae5bb1789
Signed by: label
GPG Key ID: 2A6975660E424560
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ class Import:
"""
Upload an object to s3
"""
print('Pushing sources to S3...')
for name, sha in file_dict.items():
source_path = f'{repo_path}/{name}'
dest_name = sha