Skip to content

Commit

Permalink
fix the readthedoc compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Aug 15, 2018
1 parent dfbd1fc commit c86bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliyun/log/logclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
try:
import locale
locale.setlocale(locale.LC_ALL, str('en_US.UTF-8'))
except ValueError as ex:
except Exception as ex:
logger.info("failed to set locale to en_US.UTF-8. skip it: {0}".format(ex))


Expand Down

0 comments on commit c86bc08

Please sign in to comment.