Skip to content

Commit 4f9caf0

Browse files
author
Andres Garcia
committed
Adjusted UCX Path on Exporter Notebook.
1 parent a6ebaa7 commit 4f9caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/installer/workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
174174
# DBTITLE 1,Assessment Export
175175
FILE_NAME = "ucx_assessment_main.xlsx"
176-
UCX_PATH = Path(f"/Workspace{ctx.installation.install_folder()}")
176+
UCX_PATH = Path(f"/Workspace{{ctx.installation.install_folder()}}")
177177
DOWNLOAD_PATH = Path("/dbfs/FileStore/excel-export/")
178178
179179

0 commit comments

Comments
 (0)