mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
Fix name conflict with _()
This commit is contained in:
parent
ad2ad80263
commit
e705d3b5a9
@ -314,7 +314,7 @@ def _getRe(f):
|
||||
s = args.pop(0)
|
||||
def isRe(s):
|
||||
try:
|
||||
_ = f(s)
|
||||
foo = f(s)
|
||||
return True
|
||||
except ValueError:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user