Skip to content

Commit

Permalink
Merge branch 'main' into release/0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 14, 2023
2 parents a30e61a + f907708 commit 761db3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ansys/tools/installer/installed_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ def delete_virtual_environment(self, point):
f'start /w /min cmd /K "{miniforge_path}\\Scripts\\activate.bat && conda env remove --prefix {parent_path} --yes && exit"',
shell=True,
)
if os.path.exists(parent_path):
shutil.rmtree(parent_path)
except:
pass

Expand Down

0 comments on commit 761db3e

Please sign in to comment.