Skip to content

Commit 726624f

Browse files
committed
Added more exceptions in docker image
1 parent 1414c50 commit 726624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/runAll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ping_url="https://api.rosette.com/rest/v1/"
44
retcode=0
5-
errors=( "Exception" "processingFailure" "badRequest" "ParseError" "ValueError" "SyntaxError" )
5+
errors=( "Exception" "processingFailure" "badRequest" "ParseError" "ValueError" "SyntaxError" "AttributeError" "ImportError" )
66

77
#------------------- Functions -------------------------------------
88

0 commit comments

Comments
 (0)