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

Commit0df0818

Browse files
committed
debug printing
1 parentc441316 commit0df0818

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎git/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,8 @@ def _is_cygwin_git(git_executable: str) -> bool:
475475
process=subprocess.Popen([strings_cmd,git_cmd],stdout=subprocess.PIPE,text=True)
476476
strings_output,_=process.communicate()
477477
is_cygwin=any(xforxinstrings_outputif"cygwin"inx.lower())
478+
ifnotis_cygwin:
479+
_logger.debug(f"is not cygwin:{strings_output}")
478480
exceptExceptionasex:
479481
_logger.debug("Failed checking if running in CYGWIN due to: %r",ex)
480482
_is_cygwin_cache[git_executable]=is_cygwin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp