Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jul 18, 2024
1 parent a0696d5 commit 045e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabrictestbed_extensions/fablib/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def get_topology(self, update: bool = False) -> AdvertisedTopology:
:return: The FIM of the resources.
:rtype: AdvertisedTopology
"""
return self.get_fim()
return self.get_fim(update=update)

def get_fim(self, update: bool = False) -> AdvertisedTopology:
"""
Expand Down

0 comments on commit 045e96c

Please sign in to comment.