This commit is contained in:
Miroslav Stampar
2016-05-25 15:43:39 +02:00
parent 304f2ed308
commit 1de6996c26
2 changed files with 4 additions and 1 deletions

View File

@@ -1591,6 +1591,9 @@ def _cleanupOptions():
else:
conf.testParameter = []
if conf.agent:
conf.agent = conf.agent.strip("\r\n")
if conf.user:
conf.user = conf.user.replace(" ", "")