mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
write errors out to stderr instead of stdout
This fixes listing games in json format to not include this error message.
This commit is contained in:
parent
5069f0fddc
commit
fe01f93f85
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ try:
|
|||
"LOCALE_DIR: %s\n" % optional_settings.LOCALE_DIR
|
||||
)
|
||||
except ImportError:
|
||||
sys.stdout.write(
|
||||
sys.stderr.write(
|
||||
"Unable to load locale dir, translations won't work.\n"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue