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

Commitc6b08c2

Browse files
author
Cory Johns
committed
[#5330] Fixed has_attr typo
1 parentd3a7282 commitc6b08c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/commit.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def _iter_from_process_or_stream(cls, repo, proc_or_stream):
252252
assertlen(hexsha)==40,"Invalid line: %s"%hexsha
253253
yieldCommit(repo,hex_to_bin(hexsha))
254254
# END for each line in stream
255-
ifhas_attr(proc_or_stream,'wait'):
255+
ifhasattr(proc_or_stream,'wait'):
256256
finalize_process(proc_or_stream)
257257

258258

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp