bryancall opened a new pull request, #12784:
URL: https://github.com/apache/trafficserver/pull/12784

   The script was using `value[:-1]` to strip the trailing newline, which 
incorrectly truncates the last character if the file doesn't end with a 
newline. Changed to `value.rstrip('\n')` which properly handles both cases.
   
   Added test case for config files without trailing newlines.
   
   Fixes: YTSATS-4799


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to