We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11bdda5 + fb0a23e commit 17b66d8Copy full SHA for 17b66d8
1 file changed
databricks_job_executor/streamlit_app/components/ui/renders.py
@@ -40,7 +40,7 @@ def render_sidebar():
40
missing.append("`DATABRICKS_TOKEN`")
41
if not job_id:
42
missing.append("`DATABRICKS_JOB_ID`")
43
- st.markdown(f"Please set the following environment variables:\n- {'\n- '.join(missing)}")
+ st.markdown(f"Please set the following environment variables:\n- " + "\n- ".join(missing))
44
45
st.divider()
46
0 commit comments