From 128a01212198b3e376722960c9ae925d8c3d8e47 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 23 May 2011 19:59:07 +0000 Subject: [PATCH] this was causing that --suffix trouble --- lib/core/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: