From de7820d49be9f897edceb821513a637e844f4275 Mon Sep 17 00:00:00 2001 From: student_2333 Date: Fri, 29 Jul 2022 01:39:55 +0800 Subject: [PATCH] fix runCmdEx's return --- Example/mc.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/mc.pyi b/Example/mc.pyi index 54d7e72..7202e56 100644 --- a/Example/mc.pyi +++ b/Example/mc.pyi @@ -950,7 +950,7 @@ def runCommand(cmd) -> bool: pass -def runCommandEx(cmd) -> tuple[str, bool]: +def runCommandEx(cmd) -> tuple[bool, str]: pass