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 aceede5 commit 5869092Copy full SHA for 5869092
.ci/code_generation.py
@@ -23,8 +23,6 @@
23
continue
24
if file_path.stem == "translator":
25
26
- if file_path.stem != "mac":
27
- continue
28
try:
29
if file_path.is_dir():
30
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