| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b9151ea commit 7ca837a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -405,8 +405,9 @@ async def error_handler(err): | |||
| 405 | 405 | ||
| 406 | 406 | client = app.test_client() | |
| 407 | 407 | ||
| 408 | - if QUART_VERSION >= (0, 21, 0): | ||
| 409 | - # Exception propagation behavior changed in 0.21.0 | ||
| 408 | + if QUART_VERSION >= (0, 21, 0) and QUART_VERSION < (0, 22, 0): | ||
| 409 | + # Exception propagation behavior changed in 0.21.0, and was reverted | ||
| 410 | + # back in 0.22.0 | ||
| 410 | 411 | await client.get("/") | |
| 411 | 412 | ||
| 412 | 413 | (event,) = events | |
| Back | FazBrowse Home | New Git URL |
0 commit comments