diff options
author | Chris Ball <cjb@laptop.org> | 2012-01-02 15:43:30 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-02 15:43:30 -0500 |
commit | f0011cf09d1385f983853b1d11ae5573148139bb (patch) | |
tree | df20d8d032fc4ecf7cd4344c6e4c6262679f90a9 /interfaces/email/interactive | |
parent | b1527580ece00959b9e9d90e8f0f7dd1bce0342a (diff) | |
parent | 6f2d652b2697d7aec6bb48a2bf4d6fff1ef03521 (diff) | |
download | bugseverywhere-f0011cf09d1385f983853b1d11ae5573148139bb.tar.gz |
Merge http://www.physics.drexel.edu/~wking/code/git/be
Diffstat (limited to 'interfaces/email/interactive')
-rwxr-xr-x | interfaces/email/interactive/be-handle-mail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail index e20934a..1a48ead 100755 --- a/interfaces/email/interactive/be-handle-mail +++ b/interfaces/email/interactive/be-handle-mail @@ -721,7 +721,7 @@ def open_logfile(logpath=None): LOGPATH = os.path.join(_THIS_DIR, logpath) if LOGFILE == None and LOGPATH != u'none': LOGFILE = codecs.open(LOGPATH, u'a+', - libbe.util.encoding.get_filesystem_encoding()) + libbe.util.encoding.get_text_file_encoding()) def close_logfile(): if LOGFILE != None and LOGPATH not in [u'stderr', u'none']: |