Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Better boards.txt searching: fixes #42 #258

Closed
wants to merge 1 commit into from
Closed

Conversation

qguv
Copy link

@qguv qguv commented Oct 9, 2015

The ** glob syntax is available in Python 3 but not Python 2. In legacy Python 2, it's necessary to specify how many sub-directories you'd like to glob through by repeated applications of the single * wildcard.

Fixes #42.

The `**` glob syntax is available in [Python 3](https://docs.python.org/3/library/glob.html#glob.glob) but not [Python 2](https://docs.python.org/2/library/glob.html#glob.glob). In legacy Python 2, it's necessary to specify how many sub-directories you'd like to glob through by repeated applications of the single `*` wildcard.

Fixes amperka#42.
@qguv
Copy link
Author

qguv commented Oct 9, 2015

I was wrong; no it doesn't; you're using glob2. Please see the much better #259.

@qguv qguv closed this Oct 9, 2015
@qguv qguv deleted the patch-1 branch October 9, 2015 12:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant