diff options
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/remote.py b/git/remote.py index bfa4db59..9917c431 100644 --- a/git/remote.py +++ b/git/remote.py @@ -795,6 +795,8 @@ class Remote(LazyMixin, IterableObj): try: proc.wait(stderr=stderr_text) except Exception: + # This is different than fetch (which fails if there is any std_err + # even if there is an output) if not output: raise elif stderr_text: |