From 3494727d3f2912bbd857149486eabff0a07aab8e Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 14 Aug 2013 11:43:32 +0100 Subject: [PATCH] [#56] Increase max params number --- ckanext/harvest/commands/harvester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/harvest/commands/harvester.py b/ckanext/harvest/commands/harvester.py index 6707854..2acf88d 100644 --- a/ckanext/harvest/commands/harvester.py +++ b/ckanext/harvest/commands/harvester.py @@ -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):