Commit b59e63612368ad3bbf01eb860e602b61d977379d
1 parent
ce3dd53e
olevba: Remove unnecessary ensure_stdout_handles_unicode
log_helper does that for us
Showing
1 changed file
with
0 additions
and
2 deletions
oletools/olevba.py
| ... | ... | @@ -4082,8 +4082,6 @@ def main(cmd_line_args=None): |
| 4082 | 4082 | in process_args. Per default (cmd_line_args=None), sys.argv is used. Option |
| 4083 | 4083 | mainly added for unit-testing |
| 4084 | 4084 | """ |
| 4085 | - ensure_stdout_handles_unicode() | |
| 4086 | - | |
| 4087 | 4085 | options, args = parse_args(cmd_line_args) |
| 4088 | 4086 | |
| 4089 | 4087 | # provide info about tool and its version | ... | ... |