From 5bf640ab93bf1b544feaf58be203bee542a62354 Mon Sep 17 00:00:00 2001 From: Anthony Galassi <28850131+bendhouseart@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:45:22 -0600 Subject: [PATCH] missed another one --- pypet2bids/pypet2bids/helper_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypet2bids/pypet2bids/helper_functions.py b/pypet2bids/pypet2bids/helper_functions.py index d010a34..4889bfc 100644 --- a/pypet2bids/pypet2bids/helper_functions.py +++ b/pypet2bids/pypet2bids/helper_functions.py @@ -135,7 +135,7 @@ def single_spreadsheet_reader( ) -> dict: spreadsheet_metadata = {} - metadata_fields = pet2bids_metadata.PET_metadata + metadata_fields = pet2bids_metadata if type(path_to_spreadsheet) is str: path_to_spreadsheet = pathlib.Path(path_to_spreadsheet)