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.
2 parents 88aa903 + 67628b2 commit 9de802fCopy full SHA for 9de802f
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