Skip to content

Commit ea1a497

Browse files
Merge pull request #13629 from openshift-cherrypick-robot/cherry-pick-13628-to-enterprise-4.0
[enterprise-4.0] Setting encoding for script
2 parents e6a23dc + f5786d6 commit ea1a497

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)