fix thanks to Giovanni
[sface.git] / sface / sfiprocess.py
index 38fb12b..8e5e371 100644 (file)
@@ -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):