Mercurial > libervia-backend
comparison libervia/cli/cmd_event.py @ 4090:e9d800b105c1
cli (event): minor typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jun 2023 21:28:40 +0200 |
parents | 47401850dec6 |
children | 0d7bb4df2343 |
comparison
equal
deleted
inserted
replaced
4089:e7ee611fc860 | 4090:e9d800b105c1 |
---|---|
334 ) | 334 ) |
335 except Exception as e: | 335 except Exception as e: |
336 self.disp(f"can't create event: {e}", error=True) | 336 self.disp(f"can't create event: {e}", error=True) |
337 self.host.quit(C.EXIT_BRIDGE_ERRBACK) | 337 self.host.quit(C.EXIT_BRIDGE_ERRBACK) |
338 else: | 338 else: |
339 self.disp(_("Event created successfuly)")) | 339 self.disp(_("Event created successfuly")) |
340 self.host.quit() | 340 self.host.quit() |
341 | 341 |
342 | 342 |
343 class Modify(EventBase, base.CommandBase): | 343 class Modify(EventBase, base.CommandBase): |
344 def __init__(self, host): | 344 def __init__(self, host): |