We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c9682 commit e71a249Copy full SHA for e71a249
sh.py
@@ -72,9 +72,7 @@
72
73
if "windows" in platform.system().lower(): # pragma: no cover
74
raise ImportError(
75
- f"sh {__version__} is currently only supported on linux and osx. \
76
-please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows \
77
-support."
+ f"sh {__version__} is currently only supported on Linux and macOS."
78
)
79
80
TEE_STDOUT = {True, "out", 1}
0 commit comments