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 <[email protected]>
  • Loading branch information
johannaengland and lunkwill42 authored Nov 15, 2024
1 parent b25cdab commit 7b2f6b0
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 @@ -51,7 +51,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 7b2f6b0

Please sign in to comment.