We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9253b0e commit c558f29Copy full SHA for c558f29
conditional/blueprints/major_project_submission.py
@@ -165,9 +165,6 @@ def submit_major_project(user_dict=None):
165
166
# Delete the temp directory once all the files have been stored in S3
167
os.rmdir(temp_dir)
168
- else:
169
- log.error("Could not create temp directory for uploading files")
170
- return jsonify({"success": False}), 500
171
172
173
# Send the slack ping only after we know that the data was properly saved to the DB
0 commit comments