Skip to content

Commit 50348cb

Browse files
Add hash_info
1 parent 3853d34 commit 50348cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rapids_cli/debug/debug.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def run_debug(output_format="console"):
8585
),
8686
"python_version_full": sys.version,
8787
"python_version": f"{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}",
88+
"python_hash_info": str(sys.hash_info),
8889
"package_versions": gather_package_versions(),
8990
"pip_packages": gather_command_output(["pip", "freeze"], "Pip not installed"),
9091
"conda_packages": gather_command_output(

0 commit comments

Comments
 (0)