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 aee9408 commit 8e90719Copy full SHA for 8e90719
movement/cli_entrypoint.py
@@ -65,6 +65,7 @@ def info() -> None:
65
f" xarray: {xr.__version__}\n"
66
f" pandas: {pd.__version__}\n"
67
f" Platform: {platform.platform()}\n"
68
+ f" System: {platform.system()} {platform.release()}\n"
69
)
70
71
0 commit comments