Skip to content

Commit

Permalink
Adapt docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso committed Feb 4, 2024
1 parent 721d6a2 commit 74d74da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rez/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def shell(self):
"""Get the current shell.
Returns:
The current shell this process is running in (bash, tcsh, pwsh, etc).
The current shell this process is running in (bash, tcsh, pwsh, etc). On Windows,
the return value is always "powershell".
"""
from rez.shells import get_shell_types
shells = set(get_shell_types())
Expand Down

0 comments on commit 74d74da

Please sign in to comment.