Skip to content

Commit ac8e69e

Browse files
committed
Fix removal of custom_operator_example.py during tests
1 parent df7eb5f commit ac8e69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/dpf/core/examples/downloads.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def delete_downloads(verbose=True):
5858
Path(examples.__file__).parent / "__init__.py",
5959
Path(examples.__file__).parent / "downloads.py",
6060
Path(examples.__file__).parent / "examples.py",
61+
Path(examples.__file__).parent / "python_plugins" / "custom_operator_example.py",
6162
]
6263
)
6364
for root, dirs, files in os.walk(LOCAL_DOWNLOADED_EXAMPLES_PATH, topdown=False):

0 commit comments

Comments
 (0)