Skip to content

Find Lines generated code in Python skips first line #908

@GrantPerkins

Description

@GrantPerkins

Generated Python code on version 1.5.2 in ___find_lines(input) does not return the first line.

Generated code:
for i in range(1, len(lines[0])):

Fix:
for i in range(0, len(lines[0])):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions