Skip to content

Commit 8e90719

Browse files
committed
Add system to info output
1 parent aee9408 commit 8e90719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

movement/cli_entrypoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def info() -> None:
6565
f" xarray: {xr.__version__}\n"
6666
f" pandas: {pd.__version__}\n"
6767
f" Platform: {platform.platform()}\n"
68+
f" System: {platform.system()} {platform.release()}\n"
6869
)
6970

7071

0 commit comments

Comments
 (0)