aboutsummaryrefslogtreecommitdiffstats
path: root/arabesque.py
diff options
context:
space:
mode:
Diffstat (limited to 'arabesque.py')
-rwxr-xr-xarabesque.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/arabesque.py b/arabesque.py
index 55e6223..dd91ce6 100755
--- a/arabesque.py
+++ b/arabesque.py
@@ -766,7 +766,8 @@ def main():
sqlite3.connect(args.db_file, isolation_level='EXCLUSIVE'))
elif args.func is dump_json:
dump_json(sqlite3.connect(args.db_file, isolation_level='EXCLUSIVE'),
- only_identifier_hits=args.only_identifier_hits)
+ only_identifier_hits=args.only_identifier_hits,
+ max_per_identifier=args.max_per_identifier)
else:
raise NotImplementedError