Merge pull request #629 from youknow04/main

This commit is contained in:
paul-gauthier 2024-06-11 11:44:04 -07:00 committed by GitHub
commit 9382fa1091
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,6 @@ class Commands:
def run(self, inp):
if inp.startswith("!"):
return self.do_run("run", inp[1:])
return
res = self.matching_commands(inp)
if res is None: