We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3533b5b commit e7b8790Copy full SHA for e7b8790
tagstudio/src/qt/helpers/silent_popen.py
@@ -5,7 +5,8 @@
5
import subprocess
6
import sys
7
8
-"""Implementation of subprocess.Popen that does not spawn console windows or log output."""
+"""Implementation of subprocess.Popen that does not spawn console windows or log output
9
+and sanitizes pyinstall environment variables."""
10
11
12
def silent_Popen( # noqa: N802
0 commit comments