Commit 86a35d0
authored
status code: input parsing, no exception (#460)
example:
task: image-to-image
if the user provides sth that cannot be parsed by PIL (eg an image)
PIL will raise an OSError (and EnvironmentError is an alias for OSError, kept for backward compat)
But actually this "OSError" is due to some bad payload provided by the user.
So let's consider that we have filtered all internal errors when loading pipeline1 parent bca91af commit 86a35d0
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
| |||
0 commit comments