Searched refs:ISOLATE_FILE (Results 1 – 1 of 1) sorted by relevance
72 ISOLATE_FILE = os.path.join(INFRABOTS_DIR, 'compile.isolate') variable216 with open(ISOLATE_FILE, 'rb') as f:219 print >> sys.stderr, 'Found diff in %s:' % ISOLATE_FILE228 with open(ISOLATE_FILE, 'wb') as f: