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: