From 6153eaac15dc0b30270691496a127e7bb42b858e Mon Sep 17 00:00:00 2001 From: kalt_r Date: Tue, 28 Jun 2016 11:21:26 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/local.py b/script/local.py index f655e4a..6501a69 100755 --- a/script/local.py +++ b/script/local.py @@ -95,11 +95,9 @@ def elogllrf(subject, message, system, subsystem, section, attachments = []): Add entry to ELOG. """ author = "pshell/" + controller.getUser().name - entry = "" cmd = 'G_CS_ELOG_add -l "LLRF" ' cmd = cmd + '-a "Author=' + author + '" ' - cmd = cmd + '-a "Entry=' + entry + '" ' cmd = cmd + '-a "Subject=' + subject + '" ' cmd = cmd + '-a "Section=' + section + '" ' cmd = cmd + '-a "System=' + system + '" '