language/python: fix style issue
This commit is contained in:
parent
3578b84053
commit
142d2f4df9
@ -399,7 +399,7 @@ module Language
|
|||||||
if t.is_a?(Resource)
|
if t.is_a?(Resource)
|
||||||
t.stage do
|
t.stage do
|
||||||
target = Pathname.pwd
|
target = Pathname.pwd
|
||||||
target /= t.downloader.basename if t.url&.match?("[.-]py3[^-]*-none-any\.whl$")
|
target /= t.downloader.basename if t.url&.match?("[.-]py3[^-]*-none-any.whl$")
|
||||||
do_install(target, build_isolation:)
|
do_install(target, build_isolation:)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user