Commit 38a67459 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Clean up comment

parent 5e2f3737
...@@ -952,7 +952,6 @@ def move_to_new_cache(file, repo, filename, revision, etag, commit_hash): ...@@ -952,7 +952,6 @@ def move_to_new_cache(file, repo, filename, revision, etag, commit_hash):
# blobs # blobs
os.makedirs(os.path.join(repo, "blobs"), exist_ok=True) os.makedirs(os.path.join(repo, "blobs"), exist_ok=True)
# TODO: replace copy by move when all works well.
blob_path = os.path.join(repo, "blobs", etag) blob_path = os.path.join(repo, "blobs", etag)
shutil.move(file, blob_path) shutil.move(file, blob_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