From 87251c8277ee31d1eb79c07c140addf8320000df Mon Sep 17 00:00:00 2001 From: Maurits Kok Date: Fri, 2 Feb 2024 16:44:16 +0100 Subject: [PATCH] Update encoding --- docs/community/maintainers.md | 4 ++-- scripts/create_page_maintainers.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/community/maintainers.md b/docs/community/maintainers.md index 5a15a52..7e5299b 100644 --- a/docs/community/maintainers.md +++ b/docs/community/maintainers.md @@ -5,9 +5,9 @@ _This content is automatically generated, all changes made will be lost._ | Section | Title | Lead maintainer | Backup maintainer | |:---------------|:------------------------------------------|:----------------------|:--------------------| | containers | Docker users | Maurits Kok | | -| data | RequestProject Drive | Ashley Cryan | | +| data | Request Project Drive | Ashley Cryan | | | data | Sync with Unison | Ashley Cryan | | -| data | Mount Project Drive | Raśl Ortiz Merino | Maurits Kok | +| data | Mount Project Drive | RaĆŗl Ortiz Merino | Maurits Kok | | data | Data publishing | Aleksandra Wilczynska | | | gitlab | Transfer ownership of a GitLab repository | Lora Armstrong | Maurits Kok | | gitlab | CI with Gitlab | Ashley Cryan | Maurits Kok | diff --git a/scripts/create_page_maintainers.py b/scripts/create_page_maintainers.py index 90cd70c..7841d2b 100644 --- a/scripts/create_page_maintainers.py +++ b/scripts/create_page_maintainers.py @@ -96,7 +96,7 @@ def write_authors_page(df: pd.DataFrame, path): directory of the jupyter book """ file = os.path.join(path, "community", "maintainers.md") - with open(file, "w") as f: + with open(file, "w", encoding="utf8") as f: f.write("# Guide maintainers \n\n") f.write( "_This content is automatically generated, all changes made will be lost._ \n\n"