only applicable in mulithread enviroments

This commit is contained in:
Matthias 2022-03-13 20:56:36 +01:00
parent aee8ca1c78
commit a3d0dcb5bb
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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')