18F / 2015-foia-hub

A consolidated FOIA request hub.
Other
49 stars 17 forks source link

Don't prepend load path twice. #706

Closed jmcarp closed 9 years ago

jmcarp commented 9 years ago

The return values of glob.glob and glob.iglob preserve the original path, so there's no need to join the yaml path to each globbed file--which potentially breaks yaml loading.

geramirez commented 9 years ago

:+1: