Skip to content

Commit

Permalink
Use utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 18, 2018
1 parent 3a6f9c4 commit c0eaf45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postprocess
Expand Up @@ -13,11 +13,15 @@ import random
import re
import shutil
import subprocess
import sys
import time
import traceback
import yaml


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

mogrify = ['gm', 'mogrify']
convert = ['gm', 'convert']

Expand Down

0 comments on commit c0eaf45

Please sign in to comment.