Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d4859e

Browse files
author
Sam Bull
authored
Update base.py
1 parent076446c commit9d4859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/repo/base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def _clone(cls, git, url, path, odb_default_type, progress, **kwargs):
918918
ifsep_dir:
919919
kwargs['separate_git_dir']=Git.polish_url(sep_dir)
920920
proc=git.clone(Git.polish_url(url),clone_path,with_extended_output=True,as_process=True,
921-
v=True,**add_progress(kwargs,git,progress))
921+
v=True,universal_newlines=True,**add_progress(kwargs,git,progress))
922922
ifprogress:
923923
handle_process_output(proc,None,progress.new_message_handler(),finalize_process,decode_streams=False)
924924
else:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp