Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from lgc2333/patch-1
Browse files Browse the repository at this point in the history
fix runCmdEx's return
  • Loading branch information
twoone3 authored Jul 29, 2022
2 parents d09e12f + de7820d commit 6bab3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/mc.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ def runCommand(cmd) -> bool:
pass


def runCommandEx(cmd) -> tuple[str, bool]:
def runCommandEx(cmd) -> tuple[bool, str]:
pass


Expand Down

0 comments on commit 6bab3ed

Please sign in to comment.