Skip to content

Commit bbab687

Browse files
Reorder _ROOT_BIDS_FILES entries in converter.py
1 parent 288308f commit bbab687

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bids2openminds/converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
("participants.tsv", "participants", ".tsv"),
2020
("participants.json", "participants", ".json"),
2121
("CHANGES", None, None),
22-
("README", None, None),
23-
("README.md", None, None),
2422
("CITATION", "CITATION", None),
2523
("CITATION.cff", "CITATION", None),
24+
("README", None, None),
25+
("README.md", None, None),
2626
]
2727

2828

0 commit comments

Comments
 (0)