Home | History | Annotate | Download | only in utils

Lines Matching refs:ofile

775         with open(plt_file, 'w') as ofile:
776 json.dump(self.platform, ofile, sort_keys=True, indent=4)