fixed windows bug in generate soft_plc (directory with spaces)
authorgreg
Wed, 16 Apr 2008 14:27:12 +0200
changeset 143 fd4a5c0cca2d
parent 142 371284c1ad94
child 144 7818ec7b5c53
fixed windows bug in generate soft_plc (directory with spaces)
plugger.py
--- a/plugger.py	Wed Apr 16 09:40:25 2008 +0200
+++ b/plugger.py	Wed Apr 16 14:27:12 2008 +0200
@@ -898,7 +898,7 @@
         # files are listed to stdout, and errors to stderr. 
         status, result, err_result = ProcessLogger(
                logger,
-               "%s \"%s\" -I \"%s\" \"%s\""%(
+               "\"%s\" \"%s\" -I \"%s\" \"%s\""%(
                          iec2c_path,
                          self._getIECcodepath(),
                          ieclib_path, buildpath),