Skip to content

Commit e7b8790

Browse files
committed
edited silent_popen docstring
1 parent 3533b5b commit e7b8790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tagstudio/src/qt/helpers/silent_popen.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import subprocess
66
import sys
77

8-
"""Implementation of subprocess.Popen that does not spawn console windows or log output."""
8+
"""Implementation of subprocess.Popen that does not spawn console windows or log output
9+
and sanitizes pyinstall environment variables."""
910

1011

1112
def silent_Popen( # noqa: N802

0 commit comments

Comments
 (0)