LWM
LWM copied to clipboard
fix: check aux length to avoid exception
if aux is set to tuple() in the line above, aux[-1] will throw exception. aux[-1] if aux else 0 will ensure aux is not None and its length is not 0