<#19277 A Target can refer to itself?> Issue creat...
# github-notifications
c
#19277 A Target can refer to itself? Issue created by thejcannon Describe the bug Just accidentally had:
Copy code
run_shell_command(
    name="act",
    command="{chroot}/act $@",
    workdir="/",
    execution_dependencies=[":act"],
)
and it didn't go boom (there was nothing in the sandbox) Pants version
main
OS Linux Additional info Lol pantsbuild/pants