Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2f466 commit 9ceb518Copy full SHA for 9ceb518
1 file changed
lib/core/agent.py
@@ -123,6 +123,7 @@ def payload(self, place=None, parameter=None, value=None, newValue=None, where=N
123
value = ""
124
else:
125
value = "-%s" % randomInt()
126
+ value = "%s " % value if value and not value.startswith(' ') else value
127
elif where == PAYLOAD.WHERE.REPLACE:
128
129
0 commit comments