mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
fix typo
This commit is contained in:
parent
f66ba6cc21
commit
bddf2ee414
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue