beremiz

Parents 371284c1ad94
Children 7818ec7b5c53
fixed windows bug in generate soft_plc (directory with spaces)
  • +1 -1
    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),