Skip to content

Commit 96365ee

Browse files
committed
REMOVE displaying for plotError
1 parent fd53034 commit 96365ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnomad_api_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def generate_plot(search_by, filter_by, mode):
870870
st.warning("Plots were not generated since `structural_variants.tsv` could be created. It may happens if the data is not available for your dataset")
871871

872872
except Exception as plotError:
873-
st.text(plotError)
873+
# st.text(plotError)
874874
pass
875875

876876
# Action

0 commit comments

Comments
 (0)