Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Dec 2, 2024
1 parent 3b79f9c commit 5fcfaf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pyedb/dotnet/clr_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5fcfaf7

Please sign in to comment.