summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-18 15:57:10 +0300
committermakkalot <makkalot@gmail.com>2008-06-18 15:57:10 +0300
commit3836c5c08de058b44e386d74af27f72b6cc01244 (patch)
treef4a5e3ce15b591e1be15f11a4663f509c17a10b8
parenta3bda8ab2f5bfcf33d1fc002f5ed6d5fb0ad82bc (diff)
downloadfunc-3836c5c08de058b44e386d74af27f72b6cc01244.tar.gz
func-3836c5c08de058b44e386d74af27f72b6cc01244.tar.xz
func-3836c5c08de058b44e386d74af27f72b6cc01244.zip
remove the irrelevant mesages
-rw-r--r--funcweb/funcweb/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py
index b2a2ca9..6c7132e 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -136,7 +136,7 @@ class Root(controllers.RootController):
#now execute the stuff
result = getattr(getattr(fc,module),method)(*cmd_args)
- return "The list to be executed is \n: %s"%str(result)
+ return str(result)
else:
return "Missing arguments sorry can not proceess the form"