Skip to content

Commit

Permalink
add filesystem encoding to ecoutils
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed May 23, 2016
1 parent cdd53d2 commit 41808a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boltons/ecoutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
PyPy.
"""

import gc
import re
import os
import sys
Expand Down Expand Up @@ -172,6 +171,7 @@ def get_profile():
ret['linux_dist_version'] = linux_dist[1]
ret['cpu_count'] = CPU_COUNT

ret['fs_encoding'] = sys.getfilesystemencoding()
ret['ulimit_soft'] = RLIMIT_FDS_SOFT
ret['ulimit_hard'] = RLIMIT_FDS_HARD
ret['cwd'] = os.getcwd()
Expand Down

0 comments on commit 41808a5

Please sign in to comment.