Skip to content

Commit ce35d80

Browse files
authored
Fix missing function await (#186)
1 parent 921bafc commit ce35d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capi_janitor/openstack/operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ async def wrapper(**kwargs):
349349
async def on_openstackcluster_event(
350350
name, namespace, meta, labels, spec, logger, **kwargs
351351
):
352-
_on_openstackcluster_event_impl(
352+
await _on_openstackcluster_event_impl(
353353
name, namespace, meta, labels, spec, logger, **kwargs
354354
)
355355

0 commit comments

Comments
 (0)