Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Aug 28, 2023
1 parent 8af8f71 commit 98df145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _check_invocation_requirements(

if context_provided and init_context is not None and resource_def.required_resource_keys:
ensure_requirements_satisfied(
init_context._resource_defs, # noqa: SLF001
init_context._resources_container.resource_defs, # noqa: SLF001
list(resource_def.get_resource_requirements()),
)

Expand Down

0 comments on commit 98df145

Please sign in to comment.