remove non-existed and not necessary self.logger from detecting options in iec2c
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 26 Jan 2017 15:38:21 +0300
changeset 1643 fc39d658bd2f
parent 1642 ce9fc57e1828
child 1644 976ce8c6195d
remove non-existed and not necessary self.logger from detecting options in iec2c
ProjectController.py
--- 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