aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat_scholar/work_pipeline.py2
1 files changed, 1 insertions, 1 deletions
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,