feat: basic error handling during dump process

This commit is contained in:
Swann Martinez
2019-08-22 15:35:21 +02:00
parent f864c225cd
commit 0cd291e75d
5 changed files with 53 additions and 48 deletions

View File

@ -84,7 +84,7 @@ class ClientUpdate(Draw):
super().__init__()
def execute(self):
if hasattr(operators,"client"):
if hasattr(operators,"client") and self._client_uuid:
client = operators.client.get(self._client_uuid)
if client: