Skip to content

Commit

Permalink
edited silent_popen docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mashed5894 committed Jan 16, 2025
1 parent 3533b5b commit e7b8790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tagstudio/src/qt/helpers/silent_popen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import subprocess
import sys

"""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
and sanitizes pyinstall environment variables."""


def silent_Popen( # noqa: N802
Expand Down

0 comments on commit e7b8790

Please sign in to comment.