Searched defs:outfile (Results 1 - 1 of 1) sorted by relevance

/pkg/src/util/log-scripts/
H A Dtranslate.py44 outfile = open(sys.argv[2], "w") variable
94 print("{0} {1} {2} {3} {4}".format(ip, cc, d, op, opargs), file=outfile)
97 outfile.close()

Completed in 13 milliseconds