We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45be0b3 + d4bdf4e commit f0f5653Copy full SHA for f0f5653
.github/scripts/metadata_checker/metadata_checker.py
@@ -320,7 +320,7 @@ def check_license_date(
320
321
322
def get_month_abbreviation(month_number: int) -> str:
323
- with calendar.different_locale(("en_US", None)) as encoding:
+ with calendar.different_locale(("en_US", "utf-8")) as encoding:
324
abbreviation = calendar.month_abbr[month_number]
325
if encoding is not None:
326
abbreviation = abbreviation.decode(encoding)
0 commit comments