From: Barış Metin Date: Thu, 14 Oct 2010 14:59:16 +0000 (+0200) Subject: fix config.debug X-Git-Tag: sface-0.1-3~2 X-Git-Url: http://git.onelab.eu/?p=sface.git;a=commitdiff_plain;h=901a23960c9e613e4c2e7e1895aab7fdb5662631 fix config.debug --- diff --git a/sface/sfiprocess.py b/sface/sfiprocess.py index 38fb12b..8e5e371 100644 --- a/sface/sfiprocess.py +++ b/sface/sfiprocess.py @@ -42,7 +42,7 @@ class SfiProcess(QObject): def processStandardOutput(self): output = self.process.readAllStandardOutput() - if self.debug: + if config.debug: print output def processStandardError(self):