diff --git a/git/cmd.py b/git/cmd.py index 40e32e370..e38261a07 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -103,7 +103,7 @@ def pump_stream(cmdline, name, stream, is_decode, handler): for name, stream, handler in pumps: t = threading.Thread(target=pump_stream, args=(cmdline, name, stream, decode_streams, handler)) - t.setDaemon(True) + t.daemon = True t.start() threads.append(t) 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