Skip to content

Commit f5786d6

Browse files
vikram-redhatopenshift-cherrypick-robot
authored andcommitted
Setting encoding for script
1 parent e6a23dc commit f5786d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makeBuild.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import sys
22
import os
33
import logging
4+
reload(sys)
5+
sys.setdefaultencoding('utf8')
46

57
from lxml.etree import XMLSyntaxError, XIncludeError
68

0 commit comments

Comments
 (0)