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

Commit5b0465c

Browse files
committed
fix assert
1 parent0eae33d commit5b0465c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _from_line(cls, repo: 'Repo', line: str, fetch_line: str) -> 'FetchInfo':
332332

333333
# parse lines
334334
control_character,operation,local_remote_ref,remote_local_ref_str,note=match.groups()
335-
assertis_flagKeyLiteral(control_character)
335+
assertis_flagKeyLiteral(control_character),f"{control_character}"
336336

337337
try:
338338
_new_hex_sha,_fetch_operation,fetch_note=fetch_line.split("\t")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp