[New-bugs-announce] [issue36331] check_output is returning non-zero exit status 1

Jagadeesh Marella report at bugs.python.org
Sun Mar 17 16:55:32 EDT 2019


New submission from Jagadeesh Marella <marella.jagadeesh9 at gmail.com>:

>>>> check_output(["screen", "-ls"])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/Cellar/pypy3/6.0.0/libexec/lib-python/3/subprocess.py", line 316, in check_output
    **kwargs).stdout
  File "/usr/local/Cellar/pypy3/6.0.0/libexec/lib-python/3/subprocess.py", line 398, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['screen', '-ls']' returned non-zero exit status 1

----------
components: macOS
messages: 338140
nosy: jagadeesh, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: check_output is returning non-zero exit status 1
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36331>
_______________________________________


More information about the New-bugs-announce mailing list