We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf98347 commit 3ac5ba1Copy full SHA for 3ac5ba1
1 file changed
dcoraid/bagit/info.py
@@ -53,8 +53,8 @@ def write_bag_info(bag_path: pathlib.Path,
53
f"Payload-Oxum: {get_payload_oxum(bag_path)}",
54
f"Bag-Group-Identifier: {ds_dict['organization']['name']}",
55
f"Bag-Count: {bag_index} of {num_bags}",
56
- f"External-Identifier: {ds_dict["name"]}",
57
- f"Internal-Sender-Identifier: {ds_dict["title"]}",
+ f"External-Identifier: {ds_dict['name']}",
+ f"Internal-Sender-Identifier: {ds_dict['title']}",
58
]
59
(bag_path / "bag-info.txt").write_text("\n".join(lines),
60
encoding="utf-8")
0 commit comments