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 fec2afd commit 775722fCopy full SHA for 775722f
netbox_custom_objects/__init__.py
@@ -64,7 +64,7 @@ def ready(self):
64
warnings.filterwarnings(
65
"ignore", category=UserWarning, message=".*database.*"
66
)
67
-
+
68
# Skip database calls if running during migration or if table doesn't exist
69
if is_running_migration() or not check_custom_object_type_table_exists():
70
super().ready()
0 commit comments