[fixbug] 不知何时删去的冗余语句
This commit is contained in:
parent
1901c0b754
commit
ae9fda9dd5
|
@ -17,7 +17,6 @@ time.sleep(1)
|
||||||
|
|
||||||
class CommandProcessor:
|
class CommandProcessor:
|
||||||
def Command(self,s:str) -> int:
|
def Command(self,s:str) -> int:
|
||||||
self._command = s
|
|
||||||
fprint("_> " + s)
|
fprint("_> " + s)
|
||||||
if (t:=os.system(s))!=0:
|
if (t:=os.system(s))!=0:
|
||||||
fprint("Fatal Error: Command Failed:" + s)
|
fprint("Fatal Error: Command Failed:" + s)
|
||||||
|
|
Loading…
Reference in New Issue