Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with use Shadow #3

Open
thongnv opened this issue Nov 14, 2014 · 1 comment
Open

Bug with use Shadow #3

thongnv opened this issue Nov 14, 2014 · 1 comment

Comments

@thongnv
Copy link

thongnv commented Nov 14, 2014

While using shadow effect in Xierpa3 framework, I encountered an error message as follow:

File "C:\Python27\lib\site-packages\xierpa3\attributes\shadow.py", line 61, in build
for prefix in self.PREFIXES:
AttributeError: 'Shadow' object has no attribute 'PREFIXES'

In module: Xierpa3/attributes/shadow.py, line 61

Please fix this bug!

@petrvanblokland
Copy link
Owner

Fixed. PREFIXED was defined in Constants. So self.PREFIXES needed to be self.C.PREFIXES.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants