mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-25 16:20:53 +00:00
only applicable in mulithread enviroments
This commit is contained in:
@ -170,7 +170,7 @@ class PluginsRegistry:
|
||||
|
||||
# Do not reload whe currently loading
|
||||
if self.is_loading:
|
||||
return
|
||||
return # pragma: no cover
|
||||
|
||||
logger.info('Start reloading plugins')
|
||||
|
||||
|
Reference in New Issue
Block a user