diff --git a/src/python/jw/pkg/lib/util.py b/src/python/jw/pkg/lib/util.py index fa8d5683..3a809305 100644 --- a/src/python/jw/pkg/lib/util.py +++ b/src/python/jw/pkg/lib/util.py @@ -88,7 +88,7 @@ async def run_curl_into( f'Failed to parse {len(stdout)} bytes of Curl output ({str(e)})', file = sys.stderr, ) - raise + raise if not isinstance(ret, expected_type): raise TypeError( f'Expected {expected_type.__name__}, got {type(ret).__name__} from Curl'