Skip to content

Commit 689ef9a

Browse files
committed
WIP: use pyaedt examples
1 parent ca8d100 commit 689ef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyedb/legacy/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
tmpfold = tempfile.gettempdir()
1818
EXAMPLE_REPO = "https://github.com/ansys/example-data/raw/master/"
19-
EXAMPLES_PATH = os.path.join(tmpfold, "PyEDBExamples")
19+
EXAMPLES_PATH = os.path.join(tmpfold, "PyAEDTExamples")
2020

2121

2222
def delete_downloads():

0 commit comments

Comments
 (0)