We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088d8e9 commit 9635256Copy full SHA for 9635256
src/dcd_mapping/annotate.py
@@ -535,7 +535,7 @@ def save_mapped_output_json(
535
_logger.info("Saving mapping output to %s", output_path)
536
with output_path.open("w") as file:
537
json.dump(
538
- json.loads(output.model_dump_json(exclude_unset=True, exclude_none=True)),
+ output.model_dump(exclude_unset=True, exclude_none=True),
539
file,
540
indent=4,
541
)
0 commit comments