Skip to content

Commit

Permalink
BUG: undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 27, 2024
1 parent 148afa6 commit 64ee196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/events/bidsify_fractional_subtask.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def parse_args():
# If standard files are found, use them
filtered_saxe_flist = saxe_flist
else:
print(f'No behavior data file found for {sub} {ses} {run}. Skipping to next task.')
print(f'No behavior data file found for {bids_string}. Skipping to next task.')
else:
# Get a list of all relevant files, excluding specific subjects
saxe_flist = list(Path(beh_inputdir).rglob(f'**/*{task_name}*.csv'))
Expand Down

0 comments on commit 64ee196

Please sign in to comment.