Skip to content

Commit

Permalink
fix escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Cozowicz committed Jun 6, 2024
1 parent 89f1929 commit 0897e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sempy_labs/Vertipaq.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def vertipaq_analyzer(dataset: str, workspace: Optional[str] = None, export: Opt
filePath = os.path.join(subFolderPath, fileName) + ext
if os.path.exists(filePath):
os.remove(filePath)
print(f"The Vertipaq Analyzer info for the '{dataset}' semantic model in the '{workspace}' workspace has been saved to the 'Vertipaq Analyzer\{zipFileName}' in the default lakehouse attached to this notebook.")
print(f"The Vertipaq Analyzer info for the '{dataset}' semantic model in the '{workspace}' workspace has been saved to the 'Vertipaq Analyzer/{zipFileName}' in the default lakehouse attached to this notebook.")

def visualize_vertipaq(dataframes):

Expand Down

0 comments on commit 0897e9e

Please sign in to comment.