Content-Length: 681 | pFad | http://github.com/gitpython-developers/GitPython/pull/1788.diff

thub.com diff --git a/git/cmd.py b/git/cmd.py index 7297e4ae6..532086bc3 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -111,7 +111,6 @@ def handle_process_output( This function returns once the finalizer returns. - :return: Result of finalizer :param process: :class:`subprocess.Popen` instance :param stdout_handler: f(stdout_line_string), or None :param stderr_handler: f(stderr_line_string), or None @@ -205,9 +204,7 @@ def pump_stream( stderr_handler(error_str) # type: ignore if finalizer: - return finalizer(process) - else: - return None + finalizer(process) def dashify(string: str) -> str:








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/gitpython-developers/GitPython/pull/1788.diff

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy