click is used to print some text in exporter.py but this causes a crash if the interface is not a command line (e.g. Streamlit app version.) Need to redirect these messages or add checks for the environement?
To Reproduce an example of this issue:
Make a project with a component. Set the component as public and the parent as private. On Streamlit, attempt to export the single component.
click is used to print some text in
exporter.pybut this causes a crash if the interface is not a command line (e.g. Streamlit app version.) Need to redirect these messages or add checks for the environement?To Reproduce an example of this issue:
Make a project with a component. Set the component as public and the parent as private. On Streamlit, attempt to export the single component.