Skip to content

Commit

Permalink
feat: static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
bpleines committed Nov 17, 2023
1 parent 4079a64 commit 62b6c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def print_summary():
def finalize(output_file_string):
print(output_file_string)
if args.output:
with open(args.output, 'w') as output_file:
with open(args.output, 'w', encoding="utf-8") as output_file:
output_file.write(output_file_string)

result = print_summary()

0 comments on commit 62b6c03

Please sign in to comment.