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 786f0cc commit ef460a3Copy full SHA for ef460a3
netbox/extras/reports.py
@@ -23,7 +23,7 @@
23
24
def get_module_and_report(module_name, report_name):
25
module = ReportModule.objects.get(file_path=f'{module_name}.py')
26
- report = module.reports.get(report_name)
+ report = module.reports.get(report_name)()
27
return module, report
28
29
0 commit comments