From 2cf7e75d505b9db2724d6d063db3aaee5c799de7 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 22 Jun 2008 16:13:58 +0300 Subject: the ugly print message that fills all the screen :) --- func/minion/func_arg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func') diff --git a/func/minion/func_arg.py b/func/minion/func_arg.py index 6c416e4..5025e17 100644 --- a/func/minion/func_arg.py +++ b/func/minion/func_arg.py @@ -134,7 +134,7 @@ class ArgCompatibility(object): #get the arguments from real object we have [args],*arg,**kwarg,[defaults] tmp_arguments=inspect.getargspec(getattr(cls,method_name)) check_args=[arg for arg in chain(tmp_arguments[0],tmp_arguments[1:3]) if arg and arg!='self'] - print "The arguments taken from the inspect are :",check_args + #print "The arguments taken from the inspect are :",check_args #the size may change of the hash so should a copy of it copy_arguments = arguments.copy() for compare_arg in copy_arguments.iterkeys(): -- cgit