We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea3e83 commit 6f80f29Copy full SHA for 6f80f29
1 file changed
generate_mac/__init__.py
@@ -28,7 +28,7 @@ def _read_vid_file(vid_file):
28
''' Every line is [MAC,Vendor,Comment]'''
29
out_lines = []
30
try:
31
- in_file = open(vid_file,"r")
+ in_file = open(vid_file,"r",encoding="utf8")
32
file_lines = in_file.readlines()
33
in_file.close()
34
except FileNotFoundError:
0 commit comments