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

Commit 0c14cac

Browse files
address lint issue
1 parent f065d1f commit 0c14cac

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-
if os.name != 'nt':
398+
if os.name != "nt":
399399
return "bash"
400400
gitcore = Path(cls()._call_process("--exec-path"))
401401
gitroot = gitcore.parent.parent.parent

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /