Skip to content

Commit

Permalink
Merge pull request #730 from amoffat/720-remove-pbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecederstrand committed Jul 30, 2024
2 parents 61c9682 + e71a249 commit c4eaaa4
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 c4eaaa4

Please sign in to comment.