Skip to content

Commit 67628b2

Browse files
committed
platform.platform fix
1 parent 88aa903 commit 67628b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasa/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def print_version() -> None:
8080
print(f"Rasa SDK Version : {rasa_sdk_version}")
8181
print(f"Rasa X Version : {rasa_x_info}")
8282
print(f"Python Version : {python_version}")
83-
print(f"Operating System : {platform.system()}")
83+
print(f"Operating System : {platform.platform()}")
8484
print(f"Python Path : {sys.executable}")
8585

8686

0 commit comments

Comments
 (0)