Skip to content
Snippets Groups Projects
Commit 243fa95b authored by Ryan Melvin's avatar Ryan Melvin
Browse files

better error messaging

parent 7440198c
No related branches found
No related tags found
1 merge request!2Docker db secrets
......@@ -179,5 +179,5 @@ with st.form(key="query_form"):
st.success("Your idea has also been recorded and may be reviewed by the MPOG steering committee.")
except Exception as e:
st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee. Give the following message when asking for help from IT or Data Science:")
st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee. Give the following message when asking for help.")
st.error(e)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment