We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88aa903 commit 67628b2Copy full SHA for 67628b2
rasa/__main__.py
@@ -80,7 +80,7 @@ def print_version() -> None:
80
print(f"Rasa SDK Version : {rasa_sdk_version}")
81
print(f"Rasa X Version : {rasa_x_info}")
82
print(f"Python Version : {python_version}")
83
- print(f"Operating System : {platform.system()}")
+ print(f"Operating System : {platform.platform()}")
84
print(f"Python Path : {sys.executable}")
85
86
0 commit comments