mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Forgot to add u to the _formatRe.
This commit is contained in:
parent
4ac7bb4717
commit
74717061f2
@ -336,7 +336,7 @@ def toBool(s):
|
||||
def timestamp(t):
|
||||
return time.ctime(t)
|
||||
|
||||
_formatRe = re.compile('%([bfhiLnpqst%])')
|
||||
_formatRe = re.compile('%([bfhiLnpqstu%])')
|
||||
def format(s, *args, **kwargs):
|
||||
"""w00t.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user