Skip to content

Commit

Permalink
Fix typo in merging conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Aug 26, 2024
1 parent 03c8c44 commit d00c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def __init__(self, *args, **kwargs):
self.VirtualAddress = None
self.SizeOfRawData = None
self.Misc_VirtualSize = None
super().__init__(*argl, **argd)
super().__init__(*args, **kwargs)
self.PointerToRawData_adj = None
self.VirtualAddress_adj = None
self.section_min_addr = None
Expand Down

0 comments on commit d00c867

Please sign in to comment.