You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the explanation isn't to do with FLine().append(), but with Cursor.split(). This returns a PLine not an FLine, and the way to convert back to an FLine is to get its dict['line'] attribute.
I'm not sure if this is intended, but the way it stands the only way I've found to add the contents of one FLine to another is by using:
not
I guess this is another bug from moving PLines over to FLines?
This is the test code I'm using:
The text was updated successfully, but these errors were encountered: