Skip to content

REFACTOR: Add examples folder and rework download logic #6055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 22, 2025
Merged
1 change: 1 addition & 0 deletions doc/changelog.d/6055.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add examples folder and rework download logic
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
# isort: on

if not (".NETFramework" in sys.version): # pragma: no cover
import ansys.aedt.core.downloads as downloads
import ansys.aedt.core.examples.downloads as downloads

from ansys.aedt.core.edb import Edb # nosec
from ansys.aedt.core.edb import Siwave # nosec
Expand Down
Loading
Loading