fix bug in methods.py
authorgreg
Wed, 22 Oct 2008 14:22:54 +0200
changeset 261 5299c6746fa8
parent 260 038eff285e00
child 262 141a7145c099
fix bug in methods.py
tests/linux/test_svgui/methods.py
--- a/tests/linux/test_svgui/methods.py	Mon Oct 20 13:04:10 2008 +0200
+++ b/tests/linux/test_svgui/methods.py	Wed Oct 22 14:22:54 2008 +0200
@@ -46,7 +46,7 @@
         # External programs list 
         # Launch them and get their pid
         for prog in self.listLaunchProg:
-            logger.write("Starting %s\n" % prog['name'])
+            self.logger.write("Starting %s\n" % prog['name'])
             prog['pid'] = ProcessLogger(self.logger, prog['command'], no_gui=prog['no_gui'])
             prog['pid'].spin(
             		 timeout=200,