Browse Source

fix typo

pull/21/head
Zykino 5 years ago
parent
commit
bddf2ee414
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/utils.py

+ 1
- 1
lib/utils.py View File

@ -206,7 +206,7 @@ def cleanString(toclean):
return cleaned
def decodeArgumentStrings(options, encoding):
# Python crash when decding from UTF-8 to UTF-8, so we prevent this
# Python crash when decoding from UTF-8 to UTF-8, so we prevent this
if "utf-8" == encoding.lower():
return;

Loading…
Cancel
Save