From f8ece46163e3281403e64e559d99cf980a5e7c6f Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 10 Mar 2025 21:47:07 +0100 Subject: [PATCH] changed comment --- scripts/strip_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/strip_csv.py b/scripts/strip_csv.py index 8d07ef522..26f9a8cff 100755 --- a/scripts/strip_csv.py +++ b/scripts/strip_csv.py @@ -1,5 +1,5 @@ # strips out lines between two markers -# pipe a file into, for example: 'cat x | python3 strip_csv.py' +# pipe a file into it, for example: 'cat x | python3 strip_csv.py' import fileinput with fileinput.input() as f_input: inRecordingMode = False