Searched refs:tmp_cache_file (Results 1 – 1 of 1) sorted by relevance
83 def _wait_for_other_download(self, tmp_cache_file): argument87 current_size = tmp_cache_file.stat().st_size98 new_size = tmp_cache_file.stat().st_size109 self.log.debug("Time out while waiting for %s!", tmp_cache_file)126 tmp_cache_file = self.cache_file.with_suffix(".download")130 with tmp_cache_file.open("xb") as dst:139 fsize = tmp_cache_file.stat().st_size145 tmp_cache_file.unlink()151 tmp_cache_file)152 if self._wait_for_other_download(tmp_cache_file):[all …]