bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

fix log method with list object as argument instead of list of strings #77

Closed senaps closed 5 years ago

senaps commented 5 years ago

if the log is passed a list of strings as args, it's okay, but if a list object is passed, then it can't do anything.

list object would be created by whereToString method in base class.

bmuller commented 5 years ago

Thanks @senaps! I'd be happy to merge - but I think there's a linting issue that's causing travis to fail. Can you update the PR with a fix? Thanks!

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.07%) to 85.851% when pulling ec422e389626d0308dd91d48959b5493948c58b3 on senaps:master into 27e884ab48a5524a63436265d5c1b187e4e0ca34 on bmuller:master.