Skip to content

Commit 89cd288

Browse files
committed
typos
1 parent d83fb08 commit 89cd288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/get_das_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
def convert_to_desired_structure(data: dict) -> str:
1616
return f"""cpn.add_dataset(
1717
name="PLACEHOLDER",
18-
id={data['dataset_id']}
18+
id={data['dataset_id']},
1919
processes=[procs.PLACEHOLDER],
2020
keys=[
21-
{data['name']}, # noqa
21+
"{data['name']}", # noqa
2222
],
2323
n_files={data['nfiles']},
2424
n_events={data['nevents']},

0 commit comments

Comments
 (0)