uber / charlatan

A Python library to efficiently manage and install database fixtures
https://charlatan.readthedocs.org/en/latest/
Other
89 stars 12 forks source link

Fix glob wildcard bug #30

Closed sweenzor closed 9 years ago

sweenzor commented 10 years ago

If you glob a wildcard, but there is only one result, you should use that result. Not try and use the wildcard filename

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 0f45f444befa99819964bfb5f5cbbcf7176f57ab on bug/single_wildcard_import into 7d0636817002e542cafba619508ea669270f4747 on master.

jimmycuadra commented 10 years ago

Test?