uranusjr commented on code in PR #31028:
URL: https://github.com/apache/airflow/pull/31028#discussion_r1206357704
##########
airflow/config_templates/default_celery.py:
##########
@@ -106,11 +107,11 @@ def _broker_supports_visibility_timeout(url):
)
except Exception as e:
raise AirflowException(
- f"Exception: There was an unknown Celery SSL Error. Please ensure you
want to use SSL and/or have "
- f"all necessary certs and key ({e})."
+ "Exception: There was an unknown Celery SSL Error. Please ensure you "
+ "want to use SSL and/or have all necessary certs and key
({}).".format(e)
Review Comment:
Same question. Looks like you’re trying to avert f-strings and I don’t get
the motivation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]