Skip to content
#

pants

Here are 29 public repositories matching this topic...

Eric-Arellano
Eric-Arellano commented Jun 7, 2022

A user tried setting script="dagster arg1 arg2 --arg3" on a pex_binary target, and was confused by a Pex error that the script could not be found.

My understanding of script and Python entry points is that they cannot have a space in the name like that. But we should find the PEP/specs specifying how entry points work and make sure we comply with the grammar. False positives would be a wo

Improve this page

Add a description, image, and links to the pants topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pants topic, visit your repo's landing page and select "manage topics."

Learn more