mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
refactor
This commit is contained in:
parent
71f74f9cc4
commit
06e5430948
@ -39,6 +39,8 @@ class Plugins:
|
||||
self.plugins = {}
|
||||
self.plugins_inactive = {}
|
||||
|
||||
self.errors = {} # Holds discovering errors
|
||||
|
||||
# flags
|
||||
self.is_loading = False
|
||||
self.apps_loading = True # Marks if apps were reloaded yet
|
||||
@ -48,7 +50,6 @@ class Plugins:
|
||||
# mixins
|
||||
self.mixins_globalsettings = {}
|
||||
|
||||
self.errors = {} # Holds discovering errors
|
||||
|
||||
# region public plugin functions
|
||||
def load_plugins(self):
|
||||
|
Loading…
Reference in New Issue
Block a user