WMInfoTech / python-msgraph

Other
4 stars 1 forks source link

error when grabbing groups #1

Closed jstacoder closed 4 years ago

jstacoder commented 4 years ago

when im grabbing my groups, im getting an error: KeyError: 'group_types' seems to be because its trying to grab the attr group_types from the response data, but i see with a little debugging it is actually coming over as groupTypes which makes sense since its like the other values.... does this work for you @pcfens or @dpfens ? if not id love to contribute the fix (since its such an easy one)

dpfens commented 4 years ago

@jstacoder Thank you for fixing this. Your change was just merged into the master branch.

dpfens commented 4 years ago

@jstacoder I just pushed a new version (0.2.6) with your change to PyPi.