Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthm3 committed Apr 3, 2024
2 parents 0d59a99 + 3e5cd4c commit e8a9086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def add_extension(cid, aid):

assignment = db.get_assignment(cid, aid)
if not assignment:
return util.error("Invalid course or assignment. Please try again.")
return util.error("Invalid course or assignment.\nPlease try again.")


missing = util.check_missing_fields(form, "netids", "max_runs", "start", "end")
Expand Down

0 comments on commit e8a9086

Please sign in to comment.