[fixbug] 不知何时删去的冗余语句
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user