Commit ca59f50f by finswimmer Committed by Arun Babu Neelicattu

application: ensure warning is written to stderr

Resolves: #2754
parent 746d741d
......@@ -56,7 +56,7 @@ class Application(BaseApplication):
"See <fg=blue>https://python-poetry.org/docs/managing-environments/</> "
"for more information."
).format(python_version, poetry_feature_release, python_version)
self._preliminary_io.write_line("<fg=yellow>{}</>\n".format(message))
self._preliminary_io.error_line("<fg=yellow>{}</>\n".format(message))
@property
def poetry(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment