diff --git a/core/dbt/clients/registry.py b/core/dbt/clients/registry.py index 9347d0d3d20..7fed7f6294a 100644 --- a/core/dbt/clients/registry.py +++ b/core/dbt/clients/registry.py @@ -37,7 +37,7 @@ def _get(path, registry_base_url=None): # See https://github.com/dbt-labs/dbt-core/issues/4577 if resp.json() is None: raise requests.exceptions.ContentDecodingError( - 'Request error: The response is None', response=resp + "Request error: The response is None", response=resp ) return resp.json()