Skip to content

Commit 3577152

Browse files
authored
Hotfix for silly bug
Should not check if -json format is a directory.
1 parent ad2c98c commit 3577152

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ner/scripts/annotate.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ then
2222
exit
2323
fi
2424

25-
26-
if ! [ -e "$3" ]
27-
then
28-
echo "format $3 did not exist!"
29-
exit
30-
fi
31-
3225
if ! [ -e "$4" ]
3326
then
3427
echo "configuration file $4 did not exist!"

0 commit comments

Comments
 (0)