mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-21 20:51:26 +00:00
add quick print statement
This commit is contained in:
parent
67106beac7
commit
dae5bb1789
@ -199,6 +199,7 @@ class Import:
|
|||||||
"""
|
"""
|
||||||
Upload an object to s3
|
Upload an object to s3
|
||||||
"""
|
"""
|
||||||
|
print('Pushing sources to S3...')
|
||||||
for name, sha in file_dict.items():
|
for name, sha in file_dict.items():
|
||||||
source_path = f'{repo_path}/{name}'
|
source_path = f'{repo_path}/{name}'
|
||||||
dest_name = sha
|
dest_name = sha
|
||||||
|
Loading…
Reference in New Issue
Block a user