Skip to content

Commit b73a8b9

Browse files
committed
os file debug
1 parent b9a2f33 commit b73a8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conditional/blueprints/major_project_submission.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def submit_major_project(user_dict=None):
102102
bucket = s3.create_bucket(Bucket="major-project-media")
103103
# Collect all the locally cached files and put them in the bucket
104104
for file in os.listdir(f"/tmp/{user_dict['username']}"):
105+
print(file)
105106
bucket.upload_file(file, file.split("/")[-1])
106107
os.remove(file)
107108
os.rmdir(f"/tmp/{user_dict['username']}")

0 commit comments

Comments
 (0)