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

Write number of errors to stdout #36

Open
novoid opened this issue Dec 22, 2021 · 0 comments
Open

Write number of errors to stdout #36

novoid opened this issue Dec 22, 2021 · 0 comments

Comments

@novoid
Copy link
Owner

novoid commented Dec 22, 2021

Idea is taken from 90d758c which introduces a variable for counting error cases.

It ends with:

    if num_errors > 0:
        error_exit(20, str(num_errors) + ' error(s) occurred. Please check messages above.') 

Maybe this functionality can be added to filetags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant