ProjectController.py
branchsvghmi
changeset 3110 476bd870313d
parent 3109 6c39d718e8cb
child 3163 7cf38cd0d820
--- a/ProjectController.py	Fri Jan 15 10:11:05 2021 +0100
+++ b/ProjectController.py	Fri Jan 15 10:15:41 2021 +0100
@@ -159,6 +159,7 @@
                                                          no_stdout=True,
                                                          no_stderr=True).spin()
         except Exception:
+            self.logger.write_error(_("Couldn't launch IEC compiler to determine compatible options.\n"))
             return buildopt
 
         for opt in options: