We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddadbfa commit dd5bb40Copy full SHA for dd5bb40
mgmtworker/cloudify_system_workflows/snapshots/audit_listener.py
@@ -101,7 +101,7 @@ async def _stream_logs(self):
101
since = audit_log.get('created_at')
102
except BaseException:
103
pass
104
- self._client.auditlog.close()
+ await self._client.auditlog.close()
105
106
def _ref_in_snapshot(self, audit_log: dict) -> bool:
107
ref_identifier = audit_log.get('ref_identifier', {})
0 commit comments