From 0cba16eaed1d9b34ec78da180c5e27f42df9a5f5 Mon Sep 17 00:00:00 2001 From: kalt_r Date: Wed, 29 Jun 2016 14:52:05 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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