This commit is contained in:
Miroslav Stampar
2017-12-05 11:33:30 +01:00
parent 06ca058300
commit a90b5f7fb3
4 changed files with 6 additions and 5 deletions

View File

@@ -97,6 +97,7 @@ class Agent(object):
paramString = conf.parameters[place]
paramDict = conf.paramDict[place]
origValue = getUnicode(paramDict[parameter])
newValue = getUnicode(newValue) if newValue else newValue
if place == PLACE.URI or BOUNDED_INJECTION_MARKER in origValue:
paramString = origValue