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

repository returns single element instead of single-item list #13

Merged
merged 1 commit into from Mar 23, 2016

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Mar 23, 2016

No description provided.

@PaulPrice
Copy link
Contributor

Commit summary should be in the imperative, rather than describing what it fixes.

@n8pease n8pease merged commit 23981df into master Mar 23, 2016
@@ -333,6 +333,8 @@ def doParents(self, func, *args, **kwargs):

if len(ret) is 0:
ret = None
elif len(ret) is 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is reasonable, I think I'd also like something around (post-PR) line 361 that merges the dictionaries if there is a list returned from this method (because there are multiple parents).

@ktlim ktlim deleted the tickets/DM-5593 branch August 25, 2018 06:14
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.

None yet

3 participants