Searched refs:gcs_result_path (Results 1 – 1 of 1) sorted by relevance
66 def GetResultFromGCS(self, gcs_result_path, local_results_dir): argument86 if (not gcs_result_path.startswith("gs://")87 or not gcs_utils.IsGcsFile(gsutil_path, gcs_result_path)):88 logging.error("%s is not correct GCS url.", gcs_result_path)90 if not gcs_result_path.endswith(".zip"):92 gcs_result_path)97 if not gcs_utils.Copy(gsutil_path, gcs_result_path, local_results_dir):98 logging.error("Fail to copy from %s.", gcs_result_path)101 gcs_result_path.split("/")[-1])