"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "572dcfd1db0bc18fbce8c14cef82de41fdae2465"
Commit 2926852f authored by Dima Galat's avatar Dima Galat
Browse files

fixed formatting

parent e2810edc
...@@ -385,7 +385,6 @@ def get_from_cache( ...@@ -385,7 +385,6 @@ def get_from_cache(
else: else:
http_get(url, temp_file, proxies=proxies, resume_size=resume_size, user_agent=user_agent) http_get(url, temp_file, proxies=proxies, resume_size=resume_size, user_agent=user_agent)
logger.info("storing %s in cache at %s", url, cache_path) logger.info("storing %s in cache at %s", url, cache_path)
os.rename(temp_file.name, cache_path) os.rename(temp_file.name, cache_path)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment