Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Nov 20, 2024
1 parent 6096db5 commit d34300b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/plugin_utils/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ async def add_intermediate_path_part_to_filter_spec(self, intermediate_object_na
# the datacenter. If its not, continue the search as normal and dont search for the datacenter
# again
if not self._searched_for_datacenter:
if await self.__add_datacenter_to_filter_spec_if_exists(intermediate_object_name):
if await self.__add_datacenter_to_filter_spec_if_exists(
intermediate_object_name
):
return

# Resource pools can only be in the vm filter spec
Expand Down

0 comments on commit d34300b

Please sign in to comment.