why does `--owner-of` succeed here where file spec...
# development
a
why does
--owner-of
succeed here where file specs fail?
Copy code
X> ./pants list ./aiden/aipy/query/processors/channel_breakdown_processor.py

ERROR: Path "aiden/aipy/query/processors/channel_breakdown_processor.py" does not contain any BUILD files.

(Use --print-exception-stacktrace to see more error details.)

X> ./pants --owner-of=./aiden/aipy/query/processors/channel_breakdown_processor.py list
aiden:query_lib