CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder

-indent error
This commit is contained in:
Martin Konecny 2012-05-14 19:55:38 -04:00
parent cadf0acac7
commit 4a6a31c5a4
1 changed files with 1 additions and 1 deletions

View File

@ -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))