From f5060232e16ab1c041f0108a5f65d8f96f79756d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 25 Sep 2025 23:54:16 +0100 Subject: init.sh: remove TODO note on further inspection, the following check ensures that the python version number is 3. if anything went wrong, the possibility alluded to in the comment wouldn't actually matter in practise. Signed-off-by: Leah Rowe --- include/init.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/init.sh b/include/init.sh index 0ce8fdf5..488b87f0 100644 --- a/include/init.sh +++ b/include/init.sh @@ -299,9 +299,6 @@ xbmk_set_pyver() fi if [ -n "$pyver" ]; then - # TODO: very sus; possible holes in error management - # TODO: maybe use sed? - pyver="$("$(pybin "$python")" -c "$pyv" | awk '{print $1}')" pyver="${pyver#(}" pyver="${pyver%,}" -- cgit v1.2.1