Skip to content

Commit c558f29

Browse files
committed
fix dumb thing i did (#521)
1 parent 9253b0e commit c558f29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conditional/blueprints/major_project_submission.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ def submit_major_project(user_dict=None):
165165

166166
# Delete the temp directory once all the files have been stored in S3
167167
os.rmdir(temp_dir)
168-
else:
169-
log.error("Could not create temp directory for uploading files")
170-
return jsonify({"success": False}), 500
171168

172169

173170
# Send the slack ping only after we know that the data was properly saved to the DB

0 commit comments

Comments
 (0)