diff --git a/python_files/pythonrc.py b/python_files/pythonrc.py index 2edd88874674..aa8e165629b8 100644 --- a/python_files/pythonrc.py +++ b/python_files/pythonrc.py @@ -76,5 +76,4 @@ def __str__(self): return result -if sys.platform != "win32": - sys.ps1 = ps1() +sys.ps1 = ps1()