sometimes I get this error ```error 27-Aug-2020 07...
# general
f
sometimes I get this error
Copy code
error	27-Aug-2020 07:34:27	13:34:27 [ERROR] Unrecognized command line flag '--target-type' on global scope. Suggestions:
error	27-Aug-2020 07:34:27	--filter-target-type, --target-types-details, --target-types-output-file, --target-types-sep
this was my command
Copy code
./pants --version && ./pants --changed-since=develop --changed-include-dependees=transitive filter --target-type=python_library | xargs ./pants setup-py ./pants --changed-since=develop --changed-include-dependees=transitive filter --target-type=python_library | xargs -i ./pants setup-py {} -- sdist && ./pants --changed-since=develop --changed-include-dependees=transitive filter --target-type=python_binary