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

Commit8621e89

Browse files
committed
Reword comment in _WinBashStatus.check for clarity
1 parent0b7ee17 commit8621e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎test/test_index.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def check(cls):
9696
returncls.INAPPLICABLE
9797

9898
try:
99-
#Print rather thanreturning the test command's exit status so that if a
100-
# failure occurs before we even get to this point, we will detect it.See
101-
#https://superuser.com/a/1749811 forinformation on ways to check for WSL.
99+
#Output rather thanforwarding the test command's exit status so that if a
100+
# failure occurs before we even get to this point, we will detect it.For
101+
# information on ways to check for WSL, see https://superuser.com/a/1749811.
102102
script='test -e /proc/sys/fs/binfmt_misc/WSLInterop; echo "$?"'
103103
command= ["bash.exe","-c",script]
104104
proc=subprocess.run(command,capture_output=True,check=True,text=True)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp