Script execution

This commit is contained in:
kalt_r
2016-06-28 11:22:07 +02:00
parent 6153eaac15
commit 4d4e96a63d

View File

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