mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Remove unbreakable space.
This commit is contained in:
parent
27b878ff7c
commit
85ee37c162
@ -296,7 +296,7 @@ def perlVariableSubstitute(vars, text):
|
||||
else:
|
||||
try:
|
||||
return str(x)
|
||||
except UnicodeEncodeError: # Python 2
|
||||
except UnicodeEncodeError: # Python 2
|
||||
return str(x).encode('utf8')
|
||||
except KeyError:
|
||||
if braced:
|
||||
|
Loading…
Reference in New Issue
Block a user