From 717e35ffbf5e4a487ad7b631a1af9108fd4b0058 Mon Sep 17 00:00:00 2001 From: Keyboard Slayer <40356204+keyboard-slayer@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:37:30 +0100 Subject: [PATCH] fix: oopsie daisy OOPSIE WOOPSIE!! Uwu We make a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this! --- osdk/cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdk/cmds.py b/osdk/cmds.py index d46856e..166b9ab 100644 --- a/osdk/cmds.py +++ b/osdk/cmds.py @@ -60,7 +60,7 @@ def debugCmd(args: Args): exe = builder.build(componentSpec, targetSpec) - shell.exec("lldb", "-o", "run", "exe") + shell.exec("lldb", "-o", "run", exe) cmds += [Cmd("d", "debug", "Debug the target", debugCmd)]