Skip to content

Commit 5bf640a

Browse files
committed
missed another one
1 parent f18bc6c commit 5bf640a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypet2bids/pypet2bids/helper_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def single_spreadsheet_reader(
135135
) -> dict:
136136

137137
spreadsheet_metadata = {}
138-
metadata_fields = pet2bids_metadata.PET_metadata
138+
metadata_fields = pet2bids_metadata
139139

140140
if type(path_to_spreadsheet) is str:
141141
path_to_spreadsheet = pathlib.Path(path_to_spreadsheet)

0 commit comments

Comments
 (0)