Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1289ee commit cffa264Copy full SHA for cffa264
git/util.py
@@ -490,7 +490,7 @@ def is_cygwin_git(git_executable: PathLike) -> bool: ...
490
491
492
def is_cygwin_git(git_executable: Union[None, PathLike]) -> bool:
493
- _logger.debug(f"{sys.platform=}, {git_executable=}")
+ _logger.debug(f"sys.platform = {sys.platform}, git_executable = {git_executable}")
494
if sys.platform != "cygwin":
495
return False
496
elif git_executable is None:
0 commit comments