2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

check git version and safe for runtime

This commit is contained in:
Matthias
2022-02-28 00:17:21 +01:00
parent c882d1f89b
commit bae290d605
3 changed files with 25 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class PluginsRegistry:
# flags
self.is_loading = False
self.apps_loading = True # Marks if apps were reloaded yet
self.git_is_modern = True # Is a modern version of git available
# integration specific
self.installed_apps = [] # Holds all added plugin_paths