From 116369bba171751e20ef09db2af51969970468d0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 21 Jan 2022 00:31:03 +0100 Subject: [PATCH] fix indent --- InvenTree/plugin/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 713d8daf27..e33d452e0a 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -95,7 +95,7 @@ class PluginConfig(models.Model): if not reload: if (self.active is False and self.__org_active is True) or \ - (self.active is True and self.__org_active is False): + (self.active is True and self.__org_active is False): registry.reload_plugins() return ret