dolthub / doltpy

A Python API for Dolt
Apache License 2.0
55 stars 13 forks source link

Dolt log with number param throws error #116

Closed VinaiRachakonda closed 3 years ago

VinaiRachakonda commented 3 years ago

Try d = Dolt('repo')

d.log(number=1) throws error.

oscarbatori commented 3 years ago

@max-hoffman didn't this get fixed?

max-hoffman commented 3 years ago

@oscarbatori yes