Lines Matching full:logfilename
77 logFileName = working_path + '/' + 'tmpEmailContent'
78 with open(logFileName, "w") as myfile:
82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
90 logFileName, have_mutt, have_mail):
91 with open(logFileName, "w") as myfile:
99 + ' < ' + logFileName)
101 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName)
216 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt"
238 send_email_with_attachments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, have_mail)