summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-05-27 13:38:12 +0300
committermakkalot <makkalot@gmail.com>2008-05-27 13:38:12 +0300
commit2c4817f1ee0f80ad4aae080099994fcec41a529b (patch)
treeda9be32083cc47e1b7768483523b5086974599dd /func
parent7b9276ccd4958dc98099421a52278ccdaccbadb7 (diff)
downloadthird_party-func-2c4817f1ee0f80ad4aae080099994fcec41a529b.tar.gz
third_party-func-2c4817f1ee0f80ad4aae080099994fcec41a529b.tar.xz
third_party-func-2c4817f1ee0f80ad4aae080099994fcec41a529b.zip
does the arg comes with in a tuple
Diffstat (limited to 'func')
-rw-r--r--func/minion/modules/func_module.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py
index fd592c7..98d7266 100644
--- a/func/minion/modules/func_module.py
+++ b/func/minion/modules/func_module.py
@@ -89,6 +89,9 @@ class FuncModule(object):
@param meth_name: the name of the method
@retun : list or None
"""
+ #is it a tuple ?
+ meth_name = method_name[0]
+
if not self.__is_public_valid_method(name):
return {}