Skip to content

Commit 7f50043

Browse files
committed
empty bytes
1 parent 31ad407 commit 7f50043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_config/localization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_locales(
142142
"""
143143
if platform.system() in ("Linux", "Darwin"):
144144
# raw_locales = subprocess.check_output(["locale", "-a"])
145-
raw_locales = []
145+
raw_locales = b""
146146
else:
147147
# Other platforms e.g. windows platforms don't define "locale -a"
148148
# Note: is_platform_windows causes circular import here

0 commit comments

Comments
 (0)