Skip to content

Commit

Permalink
BF: at that point we have only sub and no sub_orig
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 21, 2023
1 parent 5ddc2bc commit 87da493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/reproin
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ study-show|study-convert)
error "Empty subject for $td"
exit 1
fi
if [ -n "$targetsub" ] && [ "${sub_orig}" != "$targetsub" ]; then
info "Skipping $subses since ${sub_orig} != $targetsub"
if [ -n "$targetsub" ] && [ "${sub}" != "$targetsub" ]; then
info "Skipping $subses since ${sub} != $targetsub"
continue
fi

Expand Down

0 comments on commit 87da493

Please sign in to comment.