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 in get_analyzers function #13

Closed
mnmnc opened this issue Mar 29, 2019 · 2 comments
Closed

Bug in get_analyzers function #13

mnmnc opened this issue Mar 29, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@mnmnc
Copy link

mnmnc commented Mar 29, 2019

The code of the function:

api.py in get_analyzers(self, data_type)
    153         )
    154         if data_type is not None:
--> 155             return self.analyzers.find_all()
    156         else:
    157             return self.analyzers.get_by_type(data_type)

the line 154 shouldn't contain not.

@nadouani nadouani self-assigned this May 9, 2019
@nadouani nadouani added the bug label May 9, 2019
@nadouani nadouani added this to the 2.1.0 milestone May 9, 2019
@aaronkaplan
Copy link

@nadouani was this addressed and is this fixed now? I see it's the same on line 155 now as of writing. So I assume, no...

@nadouani
Copy link
Contributor

Hello guys, sorry for not noticing this one...

nadouani added a commit that referenced this issue Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants