Skip to content

Commit

Permalink
Merge pull request #6 from oluies/patch-1
Browse files Browse the repository at this point in the history
default encoding problem in ubuntu
  • Loading branch information
abajwa-hw committed Mar 24, 2016
2 parents ab070eb + 84a6e37 commit 4e6268e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/scripts/master.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# encoding=utf8

import sys, os, pwd, grp, signal, time, glob
from resource_management import *
from subprocess import call

reload(sys)
sys.setdefaultencoding('utf8')

class Master(Script):
def install(self, env):

Expand Down

0 comments on commit 4e6268e

Please sign in to comment.