aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces')
-rwxr-xr-xinterfaces/email/interactive/be-handle-mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/email/interactive/be-handle-mail b/interfaces/email/interactive/be-handle-mail
index 42d85ac..7d165be 100755
--- a/interfaces/email/interactive/be-handle-mail
+++ b/interfaces/email/interactive/be-handle-mail
@@ -125,7 +125,7 @@ def run_message(msg_text):
command = args[1]
info["command"] = command
if command not in ALLOWED_COMMANDS:
- raise InvalidCommand(msg, command)
+ raise InvalidCommand(msg, info, command)
if len(args) > 2:
command_args = args[2:]
else: