Skip to content

Split too long FOR header #577

Open
Open
@bhirsz

Description

@bhirsz

For example:

FOR    ${file}    IN    test_data/subdir/file.csv    test_data/subdir/file2.csv    test_data/subdir/file3.csv    test_data/subdir/file4.csv    test_data/subdir/file4.csv

to

FOR    ${file}    IN    test_data/subdir/file.csv
...    test_data/subdir/file2.csv
...    test_data/subdir/file3.csv
...    test_data/subdir/file4.csv
...    test_data/subdir/file4.csv

or something similar.

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