예제 #1
0
파일: builder.py 프로젝트: waaaaaaz/AppBeat
 def __cache_file_name(self):
     cache_dir = FileUtils.cache_dir(self.udid, self.exe_id)
     return cache_dir + os.path.sep + "{0}.pickle".format(self.exe_id)