You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output filename(s) will be displayed on stdout for further processing.
This should make usage in shell scripts like FIXED_WHEEL_PATH=$(python -m wheel tags ...) (with single input file) possible.
However, instead, the stdout is spammed with "added: 'module/some/file.py'" lines, which are not valid filenames. Such logging should be sent to stderr instead.
To quote
python -m wheel tags --help
:This should make usage in shell scripts like
FIXED_WHEEL_PATH=$(python -m wheel tags ...)
(with single input file) possible.However, instead, the stdout is spammed with "added: 'module/some/file.py'" lines, which are not valid filenames. Such logging should be sent to stderr instead.
Example output of `python -m wheel tags`
The text was updated successfully, but these errors were encountered: