Skip to content

Fixes a case where length of field is zero and thus can't be split and removed a redundant line.

Rickard Osser requested to merge rickyosser/python-yad:master into master

Fixes a case where length of field is zero and thus can't be split.

This works for me but there might be some problems for cases I haven't seen. Please check and report back.

I already had removed the redundant line after doing the last PR. :)

Merge request reports