This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a99cd81b5399f36c0fed9daad3508fd1e8a39c7b Author: D. Ferruzzi <[email protected]> AuthorDate: Tue Sep 26 15:21:54 2023 -0700 Fix some whitespace (#34632) (cherry picked from commit 97de019995185cba1e7e63ea525d099ff5c94ea7) --- airflow/configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow/configuration.py b/airflow/configuration.py index 68e9a41f22..963ddb5cc9 100644 --- a/airflow/configuration.py +++ b/airflow/configuration.py @@ -1855,8 +1855,8 @@ class AirflowConfigParser(ConfigParser): raise AirflowConfigException( f"The provider {provider} is attempting to contribute " f"configuration section {provider_section} that " - f"has already been added before. The source of it: {section_source}." - "This is forbidden. A provider can only add new sections. It" + f"has already been added before. The source of it: {section_source}. " + "This is forbidden. A provider can only add new sections. It " "cannot contribute options to existing sections or override other " "provider's configuration.", UserWarning,
