From bc9da11db49cb0120ff7e176a5901317b6defccf Mon Sep 17 00:00:00 2001 From: nikto_b Date: Wed, 18 Feb 2026 19:34:19 +0300 Subject: [PATCH] Add deflator "Unable to generate unwrapper for {schema}" message --- src/megasniff/deflator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/megasniff/deflator.py b/src/megasniff/deflator.py index 20cf150..b5c02f3 100644 --- a/src/megasniff/deflator.py +++ b/src/megasniff/deflator.py @@ -257,6 +257,7 @@ class SchemaDeflatorGenerator: recurcive_types |= arg_rec ret_unw = UnionUnwrapping(union_unwraps) else: + print(f'Unable to generate unwrapper for {schema} -- origin {origin} is not supported') raise NotImplementedError else: if schema is int: