Skip to content

Commit

Permalink
Fixed Issue #118: "'ses_clean' referenced before assignment" with --n…
Browse files Browse the repository at this point in the history
…o-sessions flag
  • Loading branch information
jmtyszka committed Feb 16, 2023
1 parent 5f7f3db commit 1334206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidskit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def main():

# If session subdirs aren't being used, *_ses_dir = *sub_dir
# Use an empty ses_prefix with os.path.join to achieve this
ses = ''
ses_clean = ''
ses_prefix = ''

else:
Expand Down

0 comments on commit 1334206

Please sign in to comment.