Skip to content

Commit 34e4a3c

Browse files
committed
fix screenshot path
1 parent 947976e commit 34e4a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klaudbiusz/cli/generation/screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def screenshot_apps(
5050
env_vars = f"DATABRICKS_HOST={databricks_host},DATABRICKS_TOKEN={databricks_token},DATABRICKS_WAREHOUSE_ID={databricks_warehouse_id}"
5151

5252
# build rust CLI command
53-
screenshot_tool_path = Path(__file__).parent.parent.parent / "edda" / "edda_screenshot"
53+
screenshot_tool_path = Path(__file__).parent.parent.parent.parent / "edda" / "edda_screenshot"
5454

5555
# export to temp directory
5656
temp_output = Path(tempfile.mkdtemp(prefix="rescreenshot_"))

0 commit comments

Comments
 (0)