Skip to content

Commit 3ac5ba1

Browse files
committed
ref: f-string double quote inception not supported on older Python
1 parent cf98347 commit 3ac5ba1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dcoraid/bagit/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def write_bag_info(bag_path: pathlib.Path,
5353
f"Payload-Oxum: {get_payload_oxum(bag_path)}",
5454
f"Bag-Group-Identifier: {ds_dict['organization']['name']}",
5555
f"Bag-Count: {bag_index} of {num_bags}",
56-
f"External-Identifier: {ds_dict["name"]}",
57-
f"Internal-Sender-Identifier: {ds_dict["title"]}",
56+
f"External-Identifier: {ds_dict['name']}",
57+
f"Internal-Sender-Identifier: {ds_dict['title']}",
5858
]
5959
(bag_path / "bag-info.txt").write_text("\n".join(lines),
6060
encoding="utf-8")

0 commit comments

Comments
 (0)