Skip to content

Commit 0c14cac

Browse files
committed
address lint issue
1 parent f065d1f commit 0c14cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: git/cmd.py

+1-1
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)