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

Stray print message prints skipped files #411

Closed
mx-moth opened this issue Mar 29, 2016 · 2 comments
Closed

Stray print message prints skipped files #411

mx-moth opened this issue Mar 29, 2016 · 2 comments
Labels
bug Something isn't working

Comments

@mx-moth
Copy link
Contributor

mx-moth commented Mar 29, 2016

This is in released version 4.2.3. This leads to output like

$ isort --diff --recursive wagtail
__init__.py
__init__.py
__init__.py
... snip ...
__init__.py
__init__.py
__init__.py
Skipped 86 files

This seems to come from a stray print in isort.settings.should_skip

@timothycrosley
Copy link
Member

Thanks for reporting, I'll fix this in 4.2.4!

Thanks!

~Timothy

@timothycrosley timothycrosley added the bug Something isn't working label Mar 29, 2016
@timothycrosley
Copy link
Member

4.2.4 has been released and should fix this issue :)

Thanks!

~Timothy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants