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

Missed builtin, should be last one #138

Closed lsetiawan closed 6 years ago

lsetiawan commented 6 years ago

Overview

Missed the builtins type in getCVs function. This should be the last ones, according to travis-CI.

lsetiawan commented 6 years ago

This also addresses #115.

emiliom commented 6 years ago

Missed the builtins type in getCVs function. This should be the last ones, according to travis-CI.

Do you mean the last type builtin, or the last builtin altogether (ie, no more misuse of builtins!)? If it's the latter, this PR will close #115

lsetiawan commented 6 years ago

Give TravisCI another few minutes until flake8 test is done, and we will see if it's the last misused builtin. Thanks.