summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/plugins.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-09-07 14:57:14 +0200
committerMartin Sivak <msivak@redhat.com>2010-09-07 14:57:14 +0200
commitb6a8761af9a3e8ae547cf12992192931b95f0861 (patch)
treeb91604ae00cdfbf953511902a8ff8c051568698e /pyfirstaidkit/plugins.py
parent1d4ec7084f6368c16a1f81f29c869012f2c271c8 (diff)
downloadfirstaidkit-b6a8761af9a3e8ae547cf12992192931b95f0861.tar.gz
firstaidkit-b6a8761af9a3e8ae547cf12992192931b95f0861.tar.xz
firstaidkit-b6a8761af9a3e8ae547cf12992192931b95f0861.zip
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
Diffstat (limited to 'pyfirstaidkit/plugins.py')
-rw-r--r--pyfirstaidkit/plugins.py2
1 files changed, 1 insertions, 1 deletions
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)