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
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:
after line 4986.
Thank you very much!
Best regards