This commit is contained in:
Miroslav Stampar
2016-06-03 02:02:11 +02:00
parent 77dea38ac1
commit e275e8c0b0
2 changed files with 2 additions and 2 deletions

View File

@@ -1612,7 +1612,7 @@ def _cleanupOptions():
conf.testParameter = []
if conf.agent:
conf.agent = conf.agent.strip("\r\n")
conf.agent = re.sub(r"[\r\n]", "", conf.agent)
if conf.user:
conf.user = conf.user.replace(" ", "")