Skip to content

Commit

Permalink
Add comment to indicate work needed
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Brekkevold <morten.brekkevold@sikt.no>
  • Loading branch information
johannaengland and lunkwill42 committed Nov 15, 2024
1 parent 70beb20 commit 82fe0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/nav/ipdevpoll/plugins/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def on_plugin_load(cls):
@defer.inlineCallbacks
def handle(self):
self._logger.debug("Collecting physical entity data")
need_to_collect = yield self._need_to_collect() # noqa: F841 - needs work
# Temporarily disabled due to consistency issues with some vendors:
# need_to_collect = yield self._need_to_collect()
# if need_to_collect:
if True:
physical_table = yield self.entitymib.get_entity_physical_table()
Expand Down

0 comments on commit 82fe0ad

Please sign in to comment.