Skip to content

Commit

Permalink
Adapt docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
  • Loading branch information
JeanChristopheMorinPerso committed Jan 28, 2024
1 parent dbf44a1 commit 87e3d3a
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 87e3d3a

Please sign in to comment.