Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

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

Merged
merged 1 commit into from
Sep 15, 2011
Merged

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

merged 1 commit into from
Sep 15, 2011

Conversation

jtuulos
Copy link
Contributor

@jtuulos jtuulos commented Sep 14, 2011

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 added a commit that referenced this pull request Sep 15, 2011
Fix str.name bug in Stylesheet.load()
@klen klen merged commit cd1a000 into klen:master Sep 15, 2011
@klen
Copy link
Owner

klen commented Sep 15, 2011

Fixed in version 0.8.60

Thanks!

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.

None yet

2 participants