Skip to content

Commit

Permalink
fix pool opening problem
Browse files Browse the repository at this point in the history
ref:f7f29063f37fdcfd7fb60382ad43dd33cca8d73b
  • Loading branch information
tulinev committed Mar 19, 2021
1 parent 4006e83 commit 0f7b353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def _synch_via_asynch(self, objects, parameters, url, result_type, operation_typ
validation_errors = {}

for log_item in self.get_operation_log(insert_operation.id):
if log_item.type not in ['TASK_CREATE', 'TASK_VALIDATE', 'TASK_SUITE_VALIDATE', 'TASK_SUITE_CREATE']:
continue
index = client_uuid_to_index[log_item.input['__client_uuid']]
if log_item.success:
numerated_ids = pools.setdefault(log_item.input['pool_id'], {})
Expand Down

0 comments on commit 0f7b353

Please sign in to comment.