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

Commit1a5cef5

Browse files
pratik-anuragByron
authored andcommitted
updated fun.py, removed unused variables
1 parent916a039 commit1a5cef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/index/fun.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def write_tree_from_cache(entries, odb, sl, si=0):
265265

266266
# enter recursion
267267
# ci - 1 as we want to count our current item as well
268-
sha,tree_entry_list=write_tree_from_cache(entries,odb,slice(ci-1,xi),rbound+1)# @UnusedVariable
268+
sha,_tree_entry_list=write_tree_from_cache(entries,odb,slice(ci-1,xi),rbound+1)
269269
tree_items_append((sha,S_IFDIR,base))
270270

271271
# skip ahead

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp