Fixed options.logfile -> logpath typo in be-handle-mail.open_logfile().
authorW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 12:23:13 +0000 (08:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 18 Jul 2009 12:23:13 +0000 (08:23 -0400)
interfaces/email/interactive/be-handle-mail

index 387fcebbdff755f63368d35cf39682998c561863..01b75ac283a3a51af041e2e4912a18d3bd1cc92b 100755 (executable)
@@ -227,7 +227,7 @@ def open_logfile(logpath=None):
             LOGPATH = "none"
             LOGFILE = None
         elif os.path.isabs(logpath):
-            LOGPATH = options.path
+            LOGPATH = logpath
         else:
             LOGPATH = os.path.join(_THIS_DIR, logpath)
     if LOGFILE == None and LOGPATH != "none":