We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
154
not
The text was updated successfully, but these errors were encountered:
@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...
Sorry, something went wrong.
Hello guys, sorry for not noticing this one...
#13 Fix a stupid if condition
8256bdf
nadouani
No branches or pull requests
The code of the function:
the line
154
shouldn't containnot
.The text was updated successfully, but these errors were encountered: