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 3e36038 commit ef19d7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyedb/dotnet/clr_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non

runtime = get_coreclr()
load(runtime)
os.environ["DOTNET_ROOT"] = 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 ef19d7e

Please sign in to comment.