adriagascon

Results 1 comments of adriagascon

Hi there, There is a bug in the _divide_elements function. Note that properties is always set to {}. I fixed it as follows. ``` try: properties = arg[3] except IndexError:...