kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
699 stars 202 forks source link

Incorrect code generation for python(wmf.ksy) #348

Open sc07kvm opened 3 years ago

sc07kvm commented 3 years ago

kaitai_struct_formats/image/wmf.ksy

Traceback (most recent call last):
  File "image\wmf.py", line 103
    not = 6
        ^
SyntaxError: invalid syntax
generalmimon commented 3 years ago

This is an instance of issue https://github.com/kaitai-io/kaitai_struct/issues/90 (using keywords and reserved words as identifiers). The solution is to rename it to something else.