diff --git a/git/index/fun.py b/git/index/fun.py index 59cce6ae6..d03ec6759 100644 --- a/git/index/fun.py +++ b/git/index/fun.py @@ -207,7 +207,7 @@ def read_header(stream: IO[bytes]) -> Tuple[int, int]: version, num_entries = unpacked # TODO: Handle version 3: extended data, see read-cache.c. - assert version in (1, 2) + assert version in (1, 2), "Unsupported git index version %i, only 1 and 2 are supported" % version return version, num_entries pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy