Lines Matching refs:datafile
14 datafile = os.path.join(logpath, "error-report.txt")
15 with codecs.open(datafile, 'r', 'utf-8') as f:
23 datafile = os.path.join(logpath, file)
24 with codecs.open(datafile, 'w', 'utf-8') as f:
26 return datafile
53 datafile = os.path.join(logpath, "error-report.txt")
71 lock = bb.utils.lockfile(datafile + '.lock')
103 lock = bb.utils.lockfile(datafile + '.lock')
110 lock = bb.utils.lockfile(datafile + '.lock')
116 datafile = errorreport_savedata(e, jsondata, filename)
117 …errors to a reports server by running:\n send-error-report %s [-s server]" % (datafile, datafile))