Skip to content

Commit

Permalink
Remove mention of pbs. Fixes #720
Browse files Browse the repository at this point in the history
While here, use official spelling ofg supported OS'es.
  • Loading branch information
ecederstrand authored Jul 30, 2024
1 parent 61c9682 commit e71a249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@

if "windows" in platform.system().lower(): # pragma: no cover
raise ImportError(
f"sh {__version__} is currently only supported on linux and osx. \
please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows \
support."
f"sh {__version__} is currently only supported on Linux and macOS."
)

TEE_STDOUT = {True, "out", 1}
Expand Down

0 comments on commit e71a249

Please sign in to comment.