mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove 'no cover'
This commit is contained in:
parent
50d8f242bb
commit
ada1eeeb35
@ -35,7 +35,7 @@ class PluginTemplateLoader(FilesystemLoader):
|
||||
for plugin in registry.plugins.values():
|
||||
new_path = Path(plugin.path) / dirname
|
||||
if Path(new_path).is_dir():
|
||||
template_dirs.append(new_path) # pragma: no cover
|
||||
template_dirs.append(new_path)
|
||||
|
||||
return tuple(template_dirs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user