diff --git a/get-poetry.py b/get-poetry.py index cde467fbf0a..dc3c235eeaa 100644 --- a/get-poetry.py +++ b/get-poetry.py @@ -458,11 +458,11 @@ def _is_supported(x): print( colorize( "error", - f"Version {version} does not support this installation method. Please specify a version prior to " - f"1.2.0a1 explicitly using the '--version' option.\n" + "Version {version} does not support this installation method. Please specify a version prior to " + "1.2.0a1 explicitly using the '--version' option.\n" "Please see " "https://python-poetry.org/blog/announcing-poetry-1-2-0a1.html#deprecation-of-the-get-poetry-py-script " - "for more information.", + "for more information.".format(version=version), ) ) return None, None