From cb3b38cb5ecb4169945568e338efed9ed53735c5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= <Talip-Baris.Metin@sophia.inria.fr>
Date: Wed, 6 Oct 2010 17:22:44 +0200
Subject: [PATCH] fix thanks to Giovanni

---
 sface/sfiprocess.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):
-- 
2.47.0