Skip to content

dump_dict: fileinfo_list not added #291

@richardweiss80

Description

@richardweiss80

Hi,

it seems in my opinion, that all information of the FileInfo list and all subordinates dicts (StringTabe, Var) are not added to to the version_info_list in the dump_dict function:

If my opinion should be correct, could you please insert:

version_info_list.append(fileinfo_list)

after line 4986.

if hasattr(self, 'FileInfo'):
  fileinfo_list = list()
  version_info_list.append(fileinfo_list)
  for entry in self.FileInfo[idx]:
    fileinfo_list.append(entry.dump_dict())

Thank you very much!
Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions