From 1ec9d7f5cc4f7ffd9c514616e7ad342e8662cd49 Mon Sep 17 00:00:00 2001 From: XuehaiPan Date: Tue, 5 Jan 2021 20:31:31 +0800 Subject: Fix python versions compatibility in scope.sh --- ranger/data/scope.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index a3e1bedf..16adaf91 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -218,7 +218,8 @@ handle_image() { # { [ "$rar" ] && fn=$(unrar lb -p- -- "${FILE_PATH}"); } || \ # { [ "$zip" ] && fn=$(zipinfo -1 -- "${FILE_PATH}"); } || return # - # fn=$(echo "$fn" | python -c "import sys; import mimetypes as m; \ + # fn=$(echo "$fn" | python -c "from __future__ import print_function; \ + # import sys; import mimetypes as m; \ # [ print(l, end='') for l in sys.stdin if \ # (m.guess_type(l[:-1])[0] or '').startswith('image/') ]" |\ # sort -V | head -n 1) -- cgit 1.4.1-2-gfad0