Script execution

This commit is contained in:
kalt_r
2016-06-28 11:21:26 +02:00
parent e08c995b48
commit 6153eaac15
-2
View File
@@ -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 + '" '