buildtools icon indicating copy to clipboard operation
buildtools copied to clipboard

`print` commands are not printed when using `buildozer -f`

Open tinder-tannerbennett opened this issue 1 year ago • 0 comments

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

tinder-tannerbennett avatar Oct 15 '24 18:10 tinder-tannerbennett