CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
-indent error
This commit is contained in:
parent
cadf0acac7
commit
4a6a31c5a4
|
@ -47,7 +47,7 @@ def configure_locale():
|
|||
else:
|
||||
new_locale = default_locale
|
||||
|
||||
logger.info("New locale set to: %s", locale.setlocale(locale.LC_ALL, new_locale))
|
||||
logger.info("New locale set to: %s", locale.setlocale(locale.LC_ALL, new_locale))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue