1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog for #7387

This commit is contained in:
jeremystretch
2021-10-01 09:30:17 -04:00
parent bd181ac84f
commit ed3bc7cdcc
2 changed files with 5 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def get_scripts(use_names=False):
module_scripts[cls.__name__] = cls
if module_scripts:
scripts[module_name] = module_scripts
return scripts