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.
stderr
err
1 parent 8b49725 commit c443580Copy full SHA for c443580
main.py
@@ -55,7 +55,7 @@ def main() -> None:
55
sys.exit(1)
56
57
print(process.stdout.decode("utf-8"))
58
- print(process.err.decode("utf-8"), file=sys.stderr)
+ print(process.stderr.decode("utf-8"), file=sys.stderr)
59
60
61
if __name__ == "__main__":
0 commit comments