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

Commit0c14cac

Browse files
committed
address lint issue
1 parentf065d1f commit0c14cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def _get_default_bash_path(cls) -> str:
395395
# independently of the Windows Git. A noteworthy example are repos
396396
# with Git LFS, where Git LFS may be installed in Windows but not
397397
# in WSL.
398-
ifos.name!='nt':
398+
ifos.name!="nt":
399399
return"bash"
400400
gitcore=Path(cls()._call_process("--exec-path"))
401401
gitroot=gitcore.parent.parent.parent

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp