diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/init.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/init.sh b/include/init.sh index ed60bfc2..49f126eb 100644 --- a/include/init.sh +++ b/include/init.sh @@ -336,8 +336,6 @@ pybin() # use the *real*, direct executable linked to by the venv symlink: if [ $venv -gt 0 ] && [ -L "`command -v "$1" 2>/dev/null`" ]; then - # TODO: very sus; possible hole in error management: - pypath="$(findpath \ "$(command -v "$1" 2>/dev/null)" 2>/dev/null || :)" |