diff --git a/src/commands.py b/src/commands.py index bc54ce884..1983ffe87 100644 --- a/src/commands.py +++ b/src/commands.py @@ -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