# HG changeset patch
# User greg
# Date 1208348832 -7200
# Node ID fd4a5c0cca2d187e30306735156ae284054f76df
# Parent  371284c1ad94ce3d01e2d6488552402b84eb10f2
fixed windows bug in generate soft_plc (directory with spaces)

diff -r 371284c1ad94 -r fd4a5c0cca2d 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),