Handle EOLEOF or EOF format

Hi all
During Checks stage with the Local Build tool, and error accured, OTHERS.lst should finish with EOLEOF or
EOF format. I tried to edit the file with others IDEs, but the error doesn’t fix.

https://gitlab.com/autonomicmind/training/-/jobs/253855445

try leaving a blank line after the last line of the OTHER.lst file

1 Like

Pay attention to what @hermit-purple said, It would probably solve your problem.

Also, this command prints a file with all its metacharacters. It could help you checking if the file actually has the EOLEOF.

cat -A <file>
1 Like

Well, I really set the line break, saved it, and I ran the local build again, but the same error came out, did I save the file wrong so the local build did not test the latest changes?

Did you commit it again before running local build? Also, try pushing to remote anyway.