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 473a2e9 commit a1871d8Copy full SHA for a1871d8
cpython-unix/build.py
@@ -911,7 +911,7 @@ def main():
911
client = docker.from_env()
912
client.ping()
913
except Exception as e:
914
- print("unable to connect to Docker: %s" % e)
+ print("unable to connect to Docker: %s" % e, file=sys.stderr)
915
return 1
916
917
parser = argparse.ArgumentParser()
0 commit comments