Skip to content

Commit

Permalink
BUG: if elif error
Browse files Browse the repository at this point in the history
jungheejung committed May 16, 2024
1 parent defc2c1 commit 260e3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacetop_prep/datalad/remove_dups_func_remaining.sh
Original file line number Diff line number Diff line change
@@ -150,10 +150,11 @@ for DUPJSON in "${dup_files[@]}"; do
else
echo -e "\nCASE 4: No clue"
echo -e "\t$BOLDJSON"
fi
fi
break
fi
done
done
if [[ $found_match -eq 0 ]]; then
echo "No matching key found in the array for $DUPJSON"
fi

0 comments on commit 260e3c1

Please sign in to comment.