Fix a crash when missing rack id #172

Merged
cyrinux merged 6 commits from fix_a_crash into master 2021-07-20 21:55:47 +02:00
Showing only changes of commit d212920d85 - Show all commits

View file

@ -1,5 +1,7 @@
import logging
import subprocess
import logging
from netbox_agent.misc import is_tool
from netbox_agent.misc import is_tool