remove non-existed and not necessary self.logger from detecting options in iec2c
--- 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