klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

Fix str.name bug in Stylesheet.load() #15

Closed jtuulos closed 13 years ago

jtuulos commented 13 years ago

This is the error I get when I try to load a stylesheet with a file path:

File "/usr/local/lib/python2.6/dist-packages/scss-0.8.50-py2.6.egg/scss/parser.py", line 320, in load path = os.path.abspath(f.name) AttributeError: 'str' object has no attribute 'name'

klen commented 13 years ago

Fixed in version 0.8.60

Thanks!