Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tinyarray
Commits
c7bccd11
Commit
c7bccd11
authored
Dec 21, 2016
by
Christoph Groth
Browse files
refill comment
parent
767f4bdc
Pipeline
#1828
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
c7bccd11
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment