ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Fix Processing Levels code and docstring #129

Closed lsetiawan closed 6 years ago

lsetiawan commented 6 years ago

Overview

This PR addresses #128. It also update the docstring to follow our convention.

emiliom commented 6 years ago

Looks good to me. Please merge once the remaining CI/check is completed.

FYI, it seems surprising -- and disappointing -- that the interpreter doesn't catch the use of an object property that doesn't exist in the class model, and the error is only exposed when actually using the query function. Hmm.