Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jan 9, 2023
1 parent 32f4253 commit 3523250
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netbox/scripts/netbox_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,6 @@ def main():
except Exception as e:
logging.error(f"{type(e).__name__} processing sites: {e}")

# ###### Library ###############################################################################################
try:
counter = import_library(nb, args.libraryDir)
logging.debug(f"import library results: { counter }")

except Exception as e:
logging.error(f"{type(e).__name__} processing library: {e}")

# ###### Net Map ###############################################################################################
try:
# load net-map.json from file
Expand Down

0 comments on commit 3523250

Please sign in to comment.