Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Set default encoding to UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
rverchere committed Jan 31, 2018
1 parent 381d721 commit aeccb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vmware_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Remi Verchere"
__license__ = "BSD 3-Clause License"
2 changes: 2 additions & 0 deletions vmware_exporter/vmware_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,6 @@ def main():


if __name__ == '__main__':
reload(sys)
sys.setdefaultencoding("utf-8")
main()

0 comments on commit aeccb03

Please sign in to comment.