Skip to content

Commit

Permalink
fix option access
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 7, 2023
1 parent f3a4620 commit 138061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/goals/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ async def export_virtualenv_for_resolve(
)
)

if resolve in export_subsys.py_editables_in_resolve:
if resolve in export_subsys.options.py_editables_in_resolves:
editable_local_dists = await Get(
EditableLocalDists, EditableLocalDistsRequest(resolve=resolve)
)
Expand Down

0 comments on commit 138061e

Please sign in to comment.