Skip to content

Commit

Permalink
BUG: if elif statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed May 16, 2024
1 parent 13bce19 commit defc2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacetop_prep/datalad/remove_dups_func_remaining.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ for DUPJSON in "${dup_files[@]}"; do
# - [FALSE] DUP TR == expected TR
# - [FALSE] DUP TR < BOLD, -> DUP ge BOLD
# - [ TRUE] DUP hour time is later than BOLD (BOLDJSON_SEC)
else [[ "$BOLDJSON_TR" -ne "$EXPECTED_TR" && \
elif [[ "$BOLDJSON_TR" -ne "$EXPECTED_TR" && \
"$DUPJSON_TR" -ne "$EXPECTED_TR" ]]; then
echo -e "\nCASE 3: DUP BOLD limbo"
echo -e "\t$BOLDJSON"
Expand Down

0 comments on commit defc2c1

Please sign in to comment.