Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/erocarrera/pefile
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Nov 5, 2017
2 parents 8e298df + f20b3f4 commit 0dd5eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pefile.py
Expand Up @@ -4465,7 +4465,7 @@ def has_relocs(self):

def print_info(self, encoding='utf-8'):
"""Print all the PE header information in a human readable from."""
print(self.dump_info(), encoding=encoding)
print(self.dump_info(encoding=encoding))


def dump_info(self, dump=None, encoding='ascii'):
Expand Down

0 comments on commit 0dd5eaf

Please sign in to comment.