Skip to content

Commit 36f0cd5

Browse files
committed
Merge remote-tracking branch 'origin/zzqbranch'
2 parents b6f8d98 + fb24142 commit 36f0cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dyna/core/pre/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def launch_grpc(port=DYNAPRE_DEFAULT_PORT, ip=LOCALHOST, server_path="") -> tupl
112112
LOG.debug("Starting kwserver")
113113
# download server form webset
114114
if len(server_path) == 0:
115-
url = "https://github.com/ansys/pydyna/releases/download/v0.4.6/ansys-pydyna-pre-server.zip"
115+
url = "https://github.com/ansys/pydyna/releases/download/v0.4.8/ansys-pydyna-pre-server.zip"
116116
directory = DynaSolution.get_appdata_path()
117117
filename = directory + os.sep + "ansys-pydyna-pre-server.zip"
118118
server_package = directory + os.sep + "ansys-pydyna-pre-server"

0 commit comments

Comments
 (0)