Skip to content

Commit

Permalink
[pythonic resources] never treat partial resources as resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jan 17, 2025
1 parent d27f9f8 commit 6c37b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def _is_fully_configured(resource: "CoercibleToResource") -> bool:
is True
)

return res
return res and not isinstance(resource, PartialResource)


class PartialResourceState(NamedTuple):
Expand Down

0 comments on commit 6c37b38

Please sign in to comment.