Skip to content

Commit 0651b22

Browse files
committed
fix: run keyboard shortcut
1 parent 6cbaa0f commit 0651b22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath-dev"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
description = "UiPath Developer Console"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/dev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def action_cancel(self) -> None:
187187
"""Cancel and return to new run view."""
188188
await self.action_new_run()
189189

190-
async def action_execute_run(self, mode: ExecutionMode) -> None:
190+
async def action_execute_run(self, mode: ExecutionMode = ExecutionMode.RUN) -> None:
191191
"""Execute a new run based on NewRunPanel inputs."""
192192
new_run_panel = self.query_one("#new-run-panel", NewRunPanel)
193193
entrypoint, input_data = new_run_panel.get_input_values()

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)