fix printing help

This commit is contained in:
Yann Leboulanger 2016-01-03 16:14:44 +01:00
parent 47d36021c3
commit 2885ff4128
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ def parseOpts():
_('Set configuration directory') + \
'\n -l, --loglevel ' + \
_('Configure logging system') + '\n'
print(out.encode(locale.getpreferredencoding()))
print(out)
sys.exit()
elif o in ('-q', '--quiet'):
logging_helpers.set_quiet()