Skip to content

Conversation

@josenavas
Copy link
Contributor

This PR depends on #1532 so review/merge that one first.

This PR should fix all the issues in the Qiita DB submodule.

@antgonza
Copy link
Member

I guess this should have fixed the errors but the tests are failing in the same place ...

@antgonza
Copy link
Member

👍

Copy link
Contributor

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?

Copy link
Contributor Author

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

@ElDeveloper
Copy link
Contributor

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.

👍

This was referenced Nov 18, 2015
@josenavas
Copy link
Contributor Author

That is correct @ElDeveloper everything is now an artifact, so there is no point on having those other commands.

ElDeveloper added a commit that referenced this pull request Nov 18, 2015
@ElDeveloper ElDeveloper merged commit 6b02695 into qiita-spots:artifact Nov 18, 2015
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

Successfully merging this pull request may close these issues.

3 participants