Commit f9cc36f
authored
fix: handle RuntimeError when checking if we can use pdf split mode (#145)
Certain environments throw a `RuntimeError: There is no current event
loop in thread 'asyncio_0'` when we try to check if we're able to use
the splitting code. In this case, return False so we can fallback to non
split mode.
Once this is merged, I can regenerate the client to publish 0.25.4.1 parent f927744 commit f9cc36f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments