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.
2 parents 1550b71 + a338427 commit 8a1c977Copy full SHA for 8a1c977
python3/hangover.py
@@ -22,7 +22,7 @@ def get_log_path(filename):
22
23
def sh(command):
24
""" Execute a shell command and return the output. """
25
- return subprocess.check_output(command, shell=True)
+ return subprocess.check_output(command, shell=False)
26
27
28
# Load environment variables and log file path
0 commit comments