diff options
-rw-r--r-- | pyparsing/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyparsing/testing.py b/pyparsing/testing.py index 86623b9..e1d0cde 100644 --- a/pyparsing/testing.py +++ b/pyparsing/testing.py @@ -107,7 +107,7 @@ class pyparsing_test: return self.save() def __exit__(self, *args): - return self.restore() + self.restore() class TestParseResultsAsserts: """ |