[fixbug] 不知何时删去的冗余语句

This commit is contained in:
lichx
2025-06-20 00:15:44 +08:00
parent 1901c0b754
commit ae9fda9dd5
-1
View File
@@ -17,7 +17,6 @@ time.sleep(1)
class CommandProcessor:
def Command(self,s:str) -> int:
self._command = s
fprint("_> " + s)
if (t:=os.system(s))!=0:
fprint("Fatal Error: Command Failed:" + s)