mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 19:58:59 +00:00
fix(cli): move to stderr instead of stdout (#13512)
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
This commit is contained in:
parent
199144167a
commit
401214fa5d
@ -50,8 +50,9 @@ MAX_CONTENT_WIDTH = 120
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
click.secho(
|
||||
"Python versions above 3.11 are not tested with. Please use Python 3.11.",
|
||||
"Python versions above 3.11 are not actively tested with yet. Please use Python 3.11 for now.",
|
||||
fg="red",
|
||||
err=True,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user