Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Feb 6, 2024
1 parent fc8d9af commit 095c6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nda_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def add_final_cols(subjectkey, file, current_row, args, tasks, nifti_file):


def get_extent4_type(nifti_file, json_data):
is_functional = check_for_functional(nifti_file):
is_functional = check_for_functional(nifti_file)
if is_functional is False:
return ''
else:
Expand Down

0 comments on commit 095c6ad

Please sign in to comment.