diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2023-02-12 15:50:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 15:50:06 +0000 |
commit | 5ab58f3a5c8b1b50a73104ddc048fd9f6b663b0b (patch) | |
tree | f7c7b41ad01f4c16fbc43f29743896be328dc00f /git/cmd.py | |
parent | 5cbc1782e79783fbfedf5783fe52616e397916df (diff) | |
download | gitpython-5ab58f3a5c8b1b50a73104ddc048fd9f6b663b0b.tar.gz |
Update cmd.py
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -701,8 +701,7 @@ class Git(LazyMixin): return line - def next(self) -> bytes: - return next(self) + next = __next__ def __del__(self) -> None: bytes_left = self._size - self._nbr |