Skip to content

Commit d89d881

Browse files
uv fixes
1 parent 0b16c00 commit d89d881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/installer/installed_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def eventFilter(self, source, event):
357357
def launch_spyder(self):
358358
"""Launch spyder IDE."""
359359
# handle errors
360-
error_msg = "uv pip install spyder && spyder && exit 0 || echo Failed to launch. Try reinstalling spyder with pip install spyder --force-reinstall"
360+
error_msg = "(uv pip install spyder && spyder && exit 0) || echo Failed to launch. Try reinstalling spyder with pip install spyder --force-reinstall"
361361
self._update_pck_mnger()
362362
self.launch_cmd(
363363
f'uv pip list | {"grep" if is_linux_os() else "findstr"} "spyder" && spyder && exit 0 || {error_msg}'

0 commit comments

Comments
 (0)