Searched refs:local_results_dir (Results 1 – 1 of 1) sorted by relevance
66 def GetResultFromGCS(self, gcs_result_path, local_results_dir): argument95 if not os.path.exists(local_results_dir):96 os.mkdir(local_results_dir)97 if not gcs_utils.Copy(gsutil_path, gcs_result_path, local_results_dir):100 result_zip = os.path.join(local_results_dir,105 zip_ref.extractall(local_results_dir)