fix: ignore empty commands in prompt function
Some checks are pending
Docker Image CI / build (push) Waiting to run
Some checks are pending
Docker Image CI / build (push) Waiting to run
This commit is contained in:
parent
f5e56fa6e0
commit
cc79bb9d9d
@ -61,6 +61,8 @@ def prompt():
|
|||||||
).stdout.decode()
|
).stdout.decode()
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
if command == "":
|
||||||
|
continue
|
||||||
else:
|
else:
|
||||||
print("Command not found. Write 'h' for help.")
|
print("Command not found. Write 'h' for help.")
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user