Fix Fetch progress bar by fvalette-ledger · Pull Request #1971 · gitpython-developers/GitPython

@fvalette-ledger

See gitpython-developers#1969

stderr parser call RemoteProgress update on each line received.
With universal_newlines set to False, there is a mixup between
line feed and carriage return.
In the `handle_process_output` thread, this is thus seen as a single
line for the whole output on each steps.

@fvalette-ledger

@Byron

This should be undone once python 3.7 is EOL.

fvalette-ledger added a commit to outpost-os/barbican that referenced this pull request

Jan 14, 2025

@fvalette-ledger