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

Commit6cf3661

Browse files
author
Cesar Velazquez
committed
fixed lint error
1 parent22f5158 commit6cf3661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def diff(
145145
args.append("--full-index")# get full index paths, not only filenames
146146

147147
# remove default '-M' arg (check for renames) if user is overriding it
148-
ifnotany(xinkwargsforxin ('find_renames','no_renames','M')):
148+
ifnotany(xinkwargsforxin ('find_renames','no_renames','M')):
149149
args.append("-M")
150150

151151
ifcreate_patch:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp