cubewise-code / tm1py

TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
http://tm1py.readthedocs.io/en/latest/
MIT License
190 stars 109 forks source link

Subset update_or_create error #266

Closed cubewise-gng closed 4 years ago

cubewise-gng commented 4 years ago

Describe the bug An exception is thrown when using the subset update_or_create function. TypeError: unsupported operand type(s) for ** or pow(): 'bool' and 'dict'

Looks like it's missing a comma: return self.update(subset=subset, private=private ** kwargs)

Version TM1py 1.5.0

MariusWirtz commented 4 years ago

Thanks for the catch! It's fixed