You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/21 06:57:55 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #10439: Mount gcloud kubeconifg to breeze

turbaszek commented on a change in pull request #10439:
URL: https://github.com/apache/airflow/pull/10439#discussion_r474445153



##########
File path: backport_packages/setup_backport_packages.py
##########
@@ -215,7 +215,7 @@ def get_long_description(provider_package_id: str) -> str:
     :return: content of the description (README file)
     """
     package_folder = get_target_providers_package_folder(provider_package_id)
-    with open(os.path.join(package_folder, "README.md"), encoding='utf-8') as file:
+    with open(os.path.join(package_folder, "README.md"), encoding='utf-8', mode="w+") as file:

Review comment:
       Yeah, I will split this one




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org