From 5fcfaf701ad33e8839bc2dc51b633832308761ff Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Mon, 2 Dec 2024 15:20:10 +0100 Subject: [PATCH] WIP --- src/pyedb/dotnet/clr_module.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pyedb/dotnet/clr_module.py b/src/pyedb/dotnet/clr_module.py index 950be5a20e..845b9d3e15 100644 --- a/src/pyedb/dotnet/clr_module.py +++ b/src/pyedb/dotnet/clr_module.py @@ -47,9 +47,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non runtime = get_coreclr() load(runtime) - print(runtime) - print(runtime.dotnet_root) - # os.environ["DOTNET_ROOT"] = runtime.dotnet_root + os.environ["DOTNET_ROOT"] = str(runtime.dotnet_root) is_clr = True # TODO: Fall backing to dotnetcore2 should be removed in a near future. except Exception: