buildtools
buildtools copied to clipboard
`print` commands are not printed when using `buildozer -f`
Given a file like this:
print label name //Path/to/my/target:Target
Nothing prints to stdout or stderr when run with buildozer -f the_file, while the same command(s) run individually, like this, yield the expected output:
$ buildozer 'print label name' //Path/to/my/target:Target
//Path/to/my/target:Target TargetsNameAttr
Is this a bug, or working as intended? Seems like a bug to me