Skip to content
Snippets Groups Projects
Commit f5922edb authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

typo

parent ff7bbab2
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,6 @@ def pyinstall(package, vrange):
details = details.groupdict()
if details['module']:
details['module'] = details['module'].replace('.', '/')
#line = line.strip()
myvers = versions & get_requested_versions(details['vrange'])
files = glob(details['pattern'])
if not files:
......@@ -178,5 +177,6 @@ def pyinstall(package, vrange):
try:
link(fpath, dstfpath)
except:
log.error('cannot copy %f file to %s', fpath, dstdir)
status = False
log.error('cannot copy %s file to %s', fpath, dstdir)
return status
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