Skip to content

Commit 5d64039

Browse files
committed
Update routes.py
1 parent a173c69 commit 5d64039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask-app/application/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def search(dui, action):
11391139
audit = mtu.getAuditDict(mdb.getAuditForItem(db, dui))
11401140

11411141
else:
1142-
msg = 'Item not found'
1142+
msg = 'Item not found : ' + str(dui)
11431143
flash(msg, 'warning')
11441144
app.logger.warning(msg)
11451145
return render_template('errors/error_page.html', errcode=404, error=msg), 404

0 commit comments

Comments
 (0)