Skip to content

Commit

Permalink
BUG: error in forloop
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed May 14, 2024
1 parent f4eb902 commit db09fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/datalad/remove_dups_func.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dup_files=()
while IFS= read -r -d $'\n' file; do
dup_files+=("$file")
done < <(find . -name '*bold__dup-*')
# done < <(find . -path '*/func/*__dup-*')

# Loop through each file found.
for DUPJSON in "${dup_files[@]}"; do
# Use jq to extract TR values.
Expand Down

0 comments on commit db09fb0

Please sign in to comment.