Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobmaker55 committed Sep 6, 2024
1 parent c0b9c48 commit d6daa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conditional/blueprints/major_project_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def upload_major_project_files(user_dict=None):

# Temporarily save files to a place, to be uploaded on submit

print(request.files.lists())
for _, file in request.files.lists():
safe_name = secure_filename(file.filename)
filename = f"/tmp/{user_dict['username']}/{safe_name}"
Expand Down

0 comments on commit d6daa64

Please sign in to comment.