Skip to content

Commit 3f831de

Browse files
committed
Handle DPFServerException error (remote case)
1 parent c61485b commit 3f831de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/core/operators/operator.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Autogenerated DPF operator classes.
77
from __future__ import annotations
88

99
from warnings import warn
10+
{{#has_internal_name_alias}}
1011
from ansys.dpf.core.core import errors
12+
{{/has_internal_name_alias}}
1113
from ansys.dpf.core.dpf_operator import Operator
1214
from ansys.dpf.core.inputs import Input, _Inputs
1315
{{#outputs}}

0 commit comments

Comments
 (0)