[#56] Increase max params number

This commit is contained in:
amercader 2013-08-14 11:43:32 +01:00
parent 8e33262026
commit 3494727d3f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Harvester(CkanCommand):
summary = __doc__.split('\n')[0]
usage = __doc__
max_args = 8
max_args = 9
min_args = 0
def __init__(self,name):