Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dump_dict: fileinfo_list not added #291

Closed
richardweiss80 opened this issue Jul 27, 2020 · 0 comments · Fixed by #292
Closed

dump_dict: fileinfo_list not added #291

richardweiss80 opened this issue Jul 27, 2020 · 0 comments · Fixed by #292

Comments

@richardweiss80
Copy link
Contributor

richardweiss80 commented Jul 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants