[Pysys-commits] SF.net SVN: pysys:[780] trunk/pysys/xml/project.py
Brought to you by:
ben-spiller,
moraygrieve
From: <ben...@us...> - 2016-08-05 16:42:26
|
Revision: 780 http://sourceforge.net/p/pysys/code/780 Author: ben-spiller Date: 2016-08-05 16:42:25 +0000 (Fri, 05 Aug 2016) Log Message: ----------- fix infinite loop and logic error in expansion of props/env vars - instead replacing any missing ${...} vars with default (!) jsut use the default Value, expanding it, and adding an exception instead of infinite loop if even default cannot be resovled (nb: if default is not specified, '' is now returned when value has an error) Modified Paths: -------------- trunk/pysys/xml/project.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |