From 26f549cd9e6584989162d738c2a59844069b3ce7 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 4 Jan 2019 18:17:39 +0000 Subject: [PATCH] try again --- openlp/core/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/state.py b/openlp/core/state.py index c4c6199a4..050611c69 100644 --- a/openlp/core/state.py +++ b/openlp/core/state.py @@ -168,7 +168,7 @@ class State(LogMixin): """ plugins = [] if a == 1: - assert [] == self.modules + assert {} == self.modules for mod in self.modules: if self.modules[mod].is_plugin: plugins.append(Registry().get('{mod}_plugin'.format(mod=mod)))