author | Richard Taylor <richard.i.taylor@nokia.com> |
Thu, 29 Apr 2010 13:50:38 +0100 | |
branch | wip |
changeset 503 | e182c2a8794d |
parent 502 | b4aaa46b1beb |
child 504 | ea75c3a64a17 |
--- a/sbsv2/raptor/python/raptor_api.py Thu Apr 29 13:32:00 2010 +0100 +++ b/sbsv2/raptor/python/raptor_api.py Thu Apr 29 13:50:38 2010 +0100 @@ -178,7 +178,7 @@ platform = evaluator.Get("TRADITIONAL_PLATFORM") if platform == "TOOLS2": - outputpath = releasepath.replace("$(TOOLPLATFORMDIR)", "") + outputpath = releasepath else: if not variantplatform: raise BadQuery("could not get VARIANTPLATFORM for config '%s'" % name)