Skip to content

Commit

Permalink
fix encoding problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Denon committed Jul 17, 2017
1 parent 3d50890 commit 172f8bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def unzip(zip_file, file_path):


def _print(msg):
print(msg.encode('utf8'))
print(msg.encode('utf8', errors='ignore'))


def clear_string(text):
Expand Down
Binary file modified win32.rar
Binary file not shown.

0 comments on commit 172f8bf

Please sign in to comment.