Script execution

This commit is contained in:
kalt_r
2016-06-29 14:53:40 +02:00
parent 0cba16eaed
commit 6573a2469e

View File

@@ -107,8 +107,8 @@ def elogllrf(subject, message, system, subsystem, section, attachments = []):
cmd = cmd + '-a "Machine=SwissFEL" '
cmd = cmd + '-a "Domain=All"'
for attachment in attachments:
cmd = cmd + '-f "' + attachment + '" '
print attachment
cmd = cmd + ' -f "' + attachment + '" '
#print attachment
cmd = cmd + ' -x -n 1'
cmd = cmd + ' "' + message + '"'
print cmd