Skip to content

Commit ff8b7b3

Browse files
Merge branch 'main' into aciurana/fix_start_service_ansysempath
2 parents 6931318 + 3751f04 commit ff8b7b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kernel converter import fix

doc/source/User_guide/pyaedt_extensions_doc/project/kernel_convert.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ You can launch the extension user interface from the terminal, you can find the
4141

4242
.. code::
4343
44-
python.exe path/to/pyaedt/extensions/project/kernel_converter.py
44+
python.exe path/to/pyaedt/extensions/common/kernel_converter.py
4545
4646
Finally, this code shows how you can run the extension directly from a Python script:
4747

4848
.. code:: python
4949
50-
from ansys.aedt.core.extensions.project.kernel_converter import main
50+
from ansys.aedt.core.extensions.common.kernel_converter import main
5151
5252
main(test_args = {"password": "my_pwd",
5353
"application": "HFSS",

0 commit comments

Comments
 (0)