Skip to content

Commit

Permalink
Add comment to indicate further work needed
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 22, 2024
1 parent 4708708 commit b77f3e8
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()
# 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 b77f3e8

Please sign in to comment.