Skip to content

Commit

Permalink
fix cannot pickle 'coroutine' object" in config deserialization
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Sacconier <[email protected]>
  • Loading branch information
psacc committed Apr 14, 2023
1 parent 1a9b740 commit 30f36c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/pcluster/config/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def validate(
else:
self._validation_failures.extend(self._await_async_validators())
result = self._validation_failures
self._validation_futures.clear()
self._validation_failures.clear()

return result

Expand Down

0 comments on commit 30f36c3

Please sign in to comment.