Skip to content

Commit 9420034

Browse files
committed
Fixing pre-commit
1 parent ede0f59 commit 9420034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ansys/tools/installer/installed_table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,6 @@ def launch_cmd(self, extra=""):
168168
else:
169169
cmd = f"& echo Activating conda forge at path {py_path}"
170170
subprocess.Popen(
171-
f'start cmd /K "{py_path}\\Scripts\\activate.bat {py_path}&cd %userprofile%{cmd}"', shell=True
171+
f'start cmd /K "{py_path}\\Scripts\\activate.bat {py_path}&cd %userprofile%{cmd}"',
172+
shell=True,
172173
)

0 commit comments

Comments
 (0)