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

DM-10328: len(propertySet) throws an exception in Python #27

Merged
merged 5 commits into from Apr 27, 2017

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Apr 24, 2017

No description provided.

Strip trailing whitespace
Add newlines where wanted
Add a few `# noqa` to stop warnings where the code must violate PEP8
Stop using `from foo import *` in code
@@ -23,7 +23,7 @@
# see <http://www.lsstcorp.org/LegalNotices/>.
#

from __future__ import division
from __future__ import absolute_import, division, print_function
Copy link

Choose a reason for hiding this comment

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

the commit message and the change don't seem to line up.

including adding it in a few cases where it was missing.
Not only it broken, it is not obvious what it should return.
Add an explanation of this as a code comment in the pybind11 wrapper.
@r-owen r-owen merged commit 50efa46 into master Apr 27, 2017
@ktlim ktlim deleted the tickets/DM-10328 branch August 25, 2018 06:44
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

2 participants