Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
70eb9158
Commit
70eb9158
authored
Jan 02, 2022
by
Anselm Hahn
Committed by
Bjorn Neergaard
Jan 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return link for wheel
All test locally passed: Results (50.84s): 812 passed 3 skipped
parent
9f9c76bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/poetry/installation/chef.py
+1
-1
No files found.
src/poetry/installation/chef.py
View file @
70eb9158
...
@@ -44,7 +44,7 @@ class Chef:
...
@@ -44,7 +44,7 @@ class Chef:
def
get_cached_archive_for_link
(
self
,
link
:
Link
)
->
Optional
[
Link
]:
def
get_cached_archive_for_link
(
self
,
link
:
Link
)
->
Optional
[
Link
]:
# If the archive is already a wheel, there is no need to cache it.
# If the archive is already a wheel, there is no need to cache it.
if
link
.
is_wheel
:
if
link
.
is_wheel
:
return
return
link
archives
=
self
.
get_cached_archives_for_link
(
link
)
archives
=
self
.
get_cached_archives_for_link
(
link
)
...
...
Write
Preview
Markdown
is supported
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