fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Ignore EISDIR errors while scanning for files in storage #11

Closed deshipu closed 10 years ago

deshipu commented 10 years ago

Fixes #10.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-2.27%) when pulling 4a7313d8923a0eec8d22e811f915151c9e73a9e3 on deshipu:master into d7f1b849a04437a04443d68957717179b6b4d7d3 on fusionbox:master.

acatton commented 10 years ago

@rockymeza Do you think a test could be written for this?

gavinwahl commented 10 years ago

Will storages that don't use the local filesystem, like S3, raise the same error?

deshipu commented 10 years ago

I have no way to test it on any other storage. What about my other idea, putting the "no extension" path at the end of the search list? Would that be better?