You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sets PYEDB_USE_DOTNET to the string literal "0". This is equivalent to setting PYEDB_USE_DOTNET=0 in the user's environment. However, this value evaluates to True for the check at
This line:
pyedb/src/pyedb/__init__.py
Line 11 in 59d21f1
sets
PYEDB_USE_DOTNET
to the string literal"0"
. This is equivalent to settingPYEDB_USE_DOTNET=0
in the user's environment. However, this value evaluates to True for the check atpyedb/src/pyedb/generic/design_types.py
Line 107 in 59d21f1
since a non-empty string always evaluates to True.
In addition, the documentation appears to suggest opposite values for this environment variable here:
https://github.com/ansys/pyedb/blob/59d21f1e6c1b5576553d57a0563bcd5e6d70161d/doc/source/getting_started/versioning.rst?plain=1#L21C1-L24C89
The text was updated successfully, but these errors were encountered: