DavidKorczynski 2022-12-10 14:43:12 +00:00 committed by GitHub
parent fa0e49f4b4
commit 398da218c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ def TestOneInput(data):
p.parse(fdp.ConsumeUnicodeNoSurrogates(sys.maxsize))
except exceptions.JMESPathError:
pass
except RecursionError:
pass
def main():