mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +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)
|
s = args.pop(0)
|
||||||
def isRe(s):
|
def isRe(s):
|
||||||
try:
|
try:
|
||||||
_ = f(s)
|
foo = f(s)
|
||||||
return True
|
return True
|
||||||
except ValueError:
|
except ValueError:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user