dtcc-platform / dtcc

DTCC Platform
MIT License
0 stars 4 forks source link

TypeError when trying to load city from protobuf #59

Closed snjsomnath closed 1 year ago

snjsomnath commented 1 year ago

To recreate

from dtcc import *
city = load_city("city.pb")

>>
TypeError: _load_proto_city() got an unexpected keyword argument 'uuid_field'

Python version = 3.10.12 OS = Windows 10 dtcc version = Develop

dwastberg commented 1 year ago

fixed in develop branch