Skip to content
Snippets Groups Projects
Commit c7bccd11 authored by Christoph Groth's avatar Christoph Groth
Browse files

refill comment

parent 767f4bdc
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,8 @@ class sdist(sdist_orig):
sdist_orig.make_release_tree(self, base_dir, files)
fname = os.path.join(base_dir, SAVED_VERSION_FILE)
# This could be a hard link, so try to delete it first. Is there any way
# to do this atomically together with opening?
# This could be a hard link, so try to delete it first. Is there any
# way to do this atomically together with opening?
try:
os.remove(fname)
except OSError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment