mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
only applicable in mulithread enviroments
This commit is contained in:
parent
aee8ca1c78
commit
a3d0dcb5bb
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user