diff --git a/script/local.py b/script/local.py index 5a4f6e6..687e392 100755 --- a/script/local.py +++ b/script/local.py @@ -108,7 +108,7 @@ def elogllrf(subject, message, system, subsystem, section, attachments = []): cmd = cmd + '-a "Domain=All"' for attachment in attachments: cmd = cmd + '-f "' + attachment + '" ' - print attachement + print attachment cmd = cmd + ' -x -n 1' cmd = cmd + ' "' + message + '"' print cmd