We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947976e commit 34e4a3cCopy full SHA for 34e4a3c
klaudbiusz/cli/generation/screenshot.py
@@ -50,7 +50,7 @@ def screenshot_apps(
50
env_vars = f"DATABRICKS_HOST={databricks_host},DATABRICKS_TOKEN={databricks_token},DATABRICKS_WAREHOUSE_ID={databricks_warehouse_id}"
51
52
# build rust CLI command
53
- screenshot_tool_path = Path(__file__).parent.parent.parent / "edda" / "edda_screenshot"
+ screenshot_tool_path = Path(__file__).parent.parent.parent.parent / "edda" / "edda_screenshot"
54
55
# export to temp directory
56
temp_output = Path(tempfile.mkdtemp(prefix="rescreenshot_"))
0 commit comments