Add more specific errors on the cli module.
This commit is contained in:
parent
3abbd40b26
commit
542c4fca4b
@ -46,4 +46,8 @@ def main():
|
||||
else:
|
||||
result.setter()
|
||||
print("OK")
|
||||
elif ret is None:
|
||||
print("- Couldn't understand that, oops... -")
|
||||
else:
|
||||
print("Unhandled response:", ret)
|
||||
print("< Bye!")
|
||||
|
Loading…
Reference in New Issue
Block a user