1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Added comment to EDMarketConnectory.py

Covers the locale magic in l10n.py
This commit is contained in:
A_D 2021-01-03 21:25:07 +02:00 committed by Athanasius
parent db06bc82af
commit 54c8558d35

View File

@ -1473,6 +1473,9 @@ sys.path: {sys.path}'''
# Trying to set a UTF-8 encoding on those older versions will fail with
# locale.Error: unsupported locale setting
# but we do need to make the attempt for when we're running from source.
#
# Note that this locale magic is partially done in l10n.py as well. So
# removing or modifying this may or may not have the desired effect.
log_locale('Initial Locale')
try: