-
Couldn't load subscription status.
- Fork 79
Artifact qiita_db fixes #1535
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
Artifact qiita_db fixes #1535
Conversation
…fact-fix-search
|
I guess this should have fixed the errors but the tests are failing in the same place ... |
|
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the if datatypes is not None ... needed at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup in order to avoid this issue:
In [1]: a = None
In [2]: '1' in a
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-2-096bed3860b1> in <module>()
----> 1 '1' in a
TypeError: argument of type 'NoneType' is not iterable|
Looks good, though I'm not exactly sure why some command line interfaces were deleted altogether, if this is because everything is now an artifact, then it makes sense, otherwise, I'm not sure I quite understand. 👍 |
|
That is correct @ElDeveloper everything is now an artifact, so there is no point on having those other commands. |
This PR depends on #1532 so review/merge that one first.
This PR should fix all the issues in the Qiita DB submodule.