ProjectController.py
changeset 1643 fc39d658bd2f
parent 1634 299a1dde6baa
child 1672 9298ba0cd70a
--- a/ProjectController.py	Mon Jan 23 16:22:04 2017 +0300
+++ b/ProjectController.py	Thu Jan 26 15:38:21 2017 +0300
@@ -110,7 +110,7 @@
         buildopt = ""
         try:
             # Invoke compiler. Output files are listed to stdout, errors to stderr
-            status, result, err_result = ProcessLogger(self.logger, buildcmd,
+            status, result, err_result = ProcessLogger(None, buildcmd,
                 no_stdout=True, no_stderr=True).spin()
         except Exception,e:
             return buildopt