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

use glob for bad exclusion warning #1897

Merged
merged 1 commit into from Jun 11, 2012
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Jun 11, 2012

rather than explicit check for .py

closes #1896

rather than explicit check for .py

closes ipython#1896
@jdmarch
Copy link

jdmarch commented Jun 11, 2012

This will fix it, but is it the right fix? Is it too broad? Or should the exclusion mechanism be forced to specify explicit extension for non-py files?

@fperez
Copy link
Member

fperez commented Jun 11, 2012

@jdmarch, let us know if this works for you, and thanks for catching that!

@jdmarch
Copy link

jdmarch commented Jun 11, 2012

From @fperez implicitly and @minrk explicit response on the code comment, my question is answered: not to worry. Will check.

jdmarch pushed a commit that referenced this pull request Jun 11, 2012
use glob for bad exclusion warning rather than explicit check for .py

closes #1896
@jdmarch jdmarch merged commit 1e110af into ipython:master Jun 11, 2012
@minrk minrk deleted the exclude_glob branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
use glob for bad exclusion warning rather than explicit check for .py

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

Successfully merging this pull request may close these issues.

Windows: apparently spurious warning 'Excluding nonexistent file' ... test_exampleip
3 participants