Skip to content

Commit

Permalink
Remove old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Apr 30, 2024
1 parent ed834a9 commit 2d6e830
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def main():
try:
oDesktop.AddMessage("", "", 0, "Toolkit launched. Please wait.")
# launch file
version = oDesktop.GetVersion()[2:6].replace(".", "")
python_exe = r"##PYTHON_EXE##" % version
pyaedt_script = r"##PYTHON_SCRIPT##"
check_file(python_exe)
Expand Down
1 change: 0 additions & 1 deletion pyaedt/workflows/templates/Run_Toolkit_Manager.py_build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ else:
def main():
try:
# launch toolkit manager
version = oDesktop.GetVersion()[2:6].replace(".", "")
python_exe = r"##PYTHON_EXE##" % version
pyaedt_script = r"##TOOLKIT_MANAGER_SCRIPT##"
check_file(python_exe)
Expand Down

0 comments on commit 2d6e830

Please sign in to comment.