From 3340910073bca6483937ed6d9e5f5b5942833c2e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Jan 2021 19:51:56 -0800 Subject: sort keys in work pipeline (fix typo) --- fatcat_scholar/work_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index fd85089..d06bbcc 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -404,7 +404,7 @@ class WorkPipeline: continue if batch: ib = self.process_release_list(batch) - print(ib.json(exclude_none=True)) + print(ib.json(exclude_none=True, sort_keys=True)) batch_work_id = None batch = [ release, -- cgit v1.2.3