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()
|
||||
)
|
||||
continue
|
||||
if command == "":
|
||||
continue
|
||||
else:
|
||||
print("Command not found. Write 'h' for help.")
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user