Skip to content

Commit 3f0970c

Browse files
authored
Small fixes in test pool (windows) (#633)
* Small fixes. Updated versions numbers and removing an odd -1. * Small fixes * Format fixing. Ofc. * Added missing import.
1 parent 43dae42 commit 3f0970c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansys/mapdl/core/pool.py

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

88
from tqdm import tqdm
99

10-
from ansys.mapdl.core import launch_mapdl
10+
from ansys.mapdl.core import launch_mapdl, get_ansys_path
1111
from ansys.mapdl.core.misc import threaded
1212
from ansys.mapdl.core.misc import create_temp_dir, threaded_daemon
1313
from ansys.mapdl.core.launcher import (

0 commit comments

Comments
 (0)