diff --git a/script/local.py b/script/local.py index 687e392..e1cd7fe 100755 --- a/script/local.py +++ b/script/local.py @@ -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