Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Processing: package_name] cannot be disabled via --event-handlers toggles #37

Open
roncapat opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@roncapat
Copy link

roncapat commented Nov 8, 2024

I noticed that prints like [Processing: package_name] cannot be filtered out.
Is there a way to do so?

@cottsay
Copy link
Member

cottsay commented Nov 8, 2024

I don't believe there's any way to do that right now. It's a hardcoded print:

print(
'[Processing: %s]' % ', '.join(sorted(
f.identifier for f in futures.values())))

We could probably route it through the event handling system so that it could be controlled.

@cottsay cottsay added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants