author | lbessard |
Thu, 28 May 2009 14:06:23 +0200 | |
changeset 351 | 89eca146bee0 |
parent 350 | a3a5561bde1d |
child 352 | 81777d4e379c |
plugger.py | file | annotate | diff | comparison | revisions |
--- a/plugger.py Thu May 28 13:40:29 2009 +0200 +++ b/plugger.py Thu May 28 14:06:23 2009 +0200 @@ -956,10 +956,11 @@ # files are listed to stdout, and errors to stderr. status, result, err_result = ProcessLogger( self.logger, - "\"%s\" -f \"%s\" -I \"%s\" \"%s\""%( + "\"%s\" -f -I \"%s\" -T \"%s\" \"%s\""%( iec2c_path, - self._getIECcodepath(), - ieclib_path, buildpath), + ieclib_path, + buildpath, + self._getIECcodepath()), no_stdout=True).spin() if status: # Failed !