We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8253ead commit 0b8aac0Copy full SHA for 0b8aac0
netbox_onboarding/onboard.py
@@ -562,7 +562,6 @@ def check_if_device_already_exist(self):
562
563
def ensure_device(self):
564
"""Ensure that the device represented by the DevNetKeeper exists in the NetBox system."""
565
-
566
# Only check the device role and device type if the device do not exist already
567
if not self.check_if_device_already_exist():
568
self.ensure_device_type()
0 commit comments