Skip to content

Commit 17b66d8

Browse files
authored
Merge pull request #31 from thisisqubika/DC-357
Fix on interpolation
2 parents 11bdda5 + fb0a23e commit 17b66d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • databricks_job_executor/streamlit_app/components/ui

databricks_job_executor/streamlit_app/components/ui/renders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def render_sidebar():
4040
missing.append("`DATABRICKS_TOKEN`")
4141
if not job_id:
4242
missing.append("`DATABRICKS_JOB_ID`")
43-
st.markdown(f"Please set the following environment variables:\n- {'\n- '.join(missing)}")
43+
st.markdown(f"Please set the following environment variables:\n- " + "\n- ".join(missing))
4444

4545
st.divider()
4646

0 commit comments

Comments
 (0)