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