We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f6ca8 commit 1b7b619Copy full SHA for 1b7b619
.ci/code_generation.py
@@ -25,8 +25,6 @@
25
continue
26
if file_path.stem == "translator":
27
28
- if file_path.stem != "mac":
29
- continue
30
try:
31
if file_path.is_dir():
32
shutil.rmtree(file_path)
src/ansys/dpf/core/operators/build.py
@@ -196,8 +196,6 @@ def build_operators():
196
translator = Markdown2RstTranslator()
197
198
for operator_name in available_operators:
199
- if operator_name != "mac":
200
201
if succeeded == done + 100:
202
done += 100
203
print(f"{done} operators done...")
0 commit comments