From b6a8761af9a3e8ae547cf12992192931b95f0861 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 7 Sep 2010 14:57:14 +0200 Subject: Changes to FAK Gui and Info object - Gui allows to save results in info object - Info object allows attaching files and saving as .zip archive --- pyfirstaidkit/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyfirstaidkit/plugins.py') diff --git a/pyfirstaidkit/plugins.py b/pyfirstaidkit/plugins.py index 5b95dfa..b104953 100644 --- a/pyfirstaidkit/plugins.py +++ b/pyfirstaidkit/plugins.py @@ -283,7 +283,7 @@ class Plugin(object): message = func+" raised "+str(e)) self._reporting.stop(level = TASK, origin = self, message = func) - if self._interpret._config.system.debug: + if Config.system.debug: raise return (self._state, self._result) -- cgit