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

Seems to be a typo #4

Closed
tehsphinx opened this issue Feb 19, 2015 · 2 comments
Closed

Seems to be a typo #4

tehsphinx opened this issue Feb 19, 2015 · 2 comments

Comments

@tehsphinx
Copy link

Hi there,

in file feeds.py there is an undefined variable "f" around line 320. Seems like remnant of some renaming. Here the whole function:

    def __set__(self, instance, value):
        feedlist = self.__get__(instance)
        [x.remove() for x in [x for x in f.items]]  # f is not defined
        [feedlist.append(x) for x in value]
@pictuga
Copy link
Owner

pictuga commented Feb 20, 2015

Thanks for the report! It was indeed due to some renaming…

@tehsphinx
Copy link
Author

Thanks for fixing :)

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