From b1106b8f2f44192191c24ab3fad31afa49e80684 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 3 Oct 2022 15:05:30 -0500 Subject: [PATCH] restore pyboard symlink This item is a UNIX symbolic link, and (except in the unlikely case where the symlink is to a pathname that ends with a newline character!) doesn't contain a newline. It appears some well-intentioned tool failed to correctly handle this file, and added a trailing newline as though it was a text file. --- tests/pyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyboard.py b/tests/pyboard.py index 582a1f894f..616773a313 120000 --- a/tests/pyboard.py +++ b/tests/pyboard.py @@ -1 +1 @@ -../tools/cpboard.py +../tools/cpboard.py \ No newline at end of file