Minor patch

This commit is contained in:
Miroslav Stampar 2013-10-02 22:03:53 +02:00
parent 8e2f4669d8
commit 9ceb518a50

View File

@ -123,6 +123,7 @@ class Agent(object):
value = ""
else:
value = "-%s" % randomInt()
value = "%s " % value if value and not value.startswith(' ') else value
elif where == PAYLOAD.WHERE.REPLACE:
value = ""
else: