projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467db1a
)
Fixed options.logfile -> logpath typo in be-handle-mail.open_logfile().
author
W. Trevor King
<wking@drexel.edu>
Sat, 18 Jul 2009 12:23:13 +0000
(08:23 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 18 Jul 2009 12:23:13 +0000
(08:23 -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 387fcebbdff755f63368d35cf39682998c561863..01b75ac283a3a51af041e2e4912a18d3bd1cc92b 100755
(executable)
--- a/
interfaces/email/interactive/be-handle-mail
+++ b/
interfaces/email/interactive/be-handle-mail
@@
-227,7
+227,7
@@
def open_logfile(logpath=None):
LOGPATH = "none"
LOGFILE = None
elif os.path.isabs(logpath):
- LOGPATH =
options.
path
+ LOGPATH =
log
path
else:
LOGPATH = os.path.join(_THIS_DIR, logpath)
if LOGFILE == None and LOGPATH != "none":