From a041a0d7eb7848825512ce8a6ae8243710356dfb Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 19:15:59 +0300 Subject: forgot to add order keyword to basic allowed types so couldnt pass the tests :) --- func/minion/func_arg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'func') diff --git a/func/minion/func_arg.py b/func/minion/func_arg.py index 8ca460a..bf07f1e 100644 --- a/func/minion/func_arg.py +++ b/func/minion/func_arg.py @@ -32,7 +32,8 @@ class ArgCompatibility(object): 'max_length':0, 'validator':'', 'type':'', - 'default':None #its type is unknown + 'default':None, #its type is unknown, + 'order':0 } def __init__(self,get_args_result): -- cgit