Slight bug with `export` in 2.15? ```(3.8.10) ~/de...
# general
h
Slight bug with
export
in 2.15?
Copy code
(3.8.10) ~/devel/monorepo (new-pants)$ ./pants export --resolve=pants-plugins
16:39:20.32 [INFO] Completed: chosen_resolve.name
16:39:20.94 [INFO] Completed: Get interpreter version
Wrote mutable virtualenv for pants-plugins (using Python 3.8.10) to dist/export/python/virtualenvs/pants-plugins
Looks like
chosen_resolve.name
isn't unpacked as intended. Happy to move to a ticket if that seems like the case.