diff --git a/lib/core/agent.py b/lib/core/agent.py index 8cecf3732..b8f6b867c 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -198,7 +198,7 @@ class Agent: elif suffix is not None: expression += " %s" % suffix - return expression.rstrip() + return expression def cleanupPayload(self, payload, origValue=None): if payload is None: