projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfb7878
)
Now be-handle-mail successfully catches stdout/stderr.
author
W. Trevor King
<wking@drexel.edu>
Thu, 16 Jul 2009 10:40:55 +0000
(06:40 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 16 Jul 2009 10:40:55 +0000
(06:40 -0400)
interfaces/email/interactive/be-handle-mail
patch
|
blob
|
history
diff --git
a/interfaces/email/interactive/be-handle-mail
b/interfaces/email/interactive/be-handle-mail
index ebf522a1339c0f69092a4b8119f8f36bae69b607..0eb3ccec06d55ee1dc9e5e25fbb7124bdc845023 100755
(executable)
--- a/
interfaces/email/interactive/be-handle-mail
+++ b/
interfaces/email/interactive/be-handle-mail
@@
-119,7
+119,8
@@
def run_message(msg_text):
sys.stderr = new_stderr
# run the command
os.chdir(BE_DIR)
- ret = libbe.cmdutil.execute(command, command_args)
+ ret = libbe.cmdutil.execute(command, command_args,
+ manipulate_encodings=False)
# restore stdout and stderr
sys.stdout.flush()
sys.stderr.flush()