From bdd6121f795186bbed9335995ef77a47ed007092 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Tue, 8 Jun 2021 09:10:20 +0200 Subject: [PATCH] call git-cola-sequence-editor without python --- cola/cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cola/cmds.py b/cola/cmds.py index a73972f1..3e7345f5 100644 --- a/cola/cmds.py +++ b/cola/cmds.py @@ -1830,7 +1830,7 @@ def unix_path(path, is_win32=utils.is_win32): def sequence_editor(): """Set GIT_SEQUENCE_EDITOR for running git-cola-sequence-editor""" xbase = unix_path(resources.command('git-cola-sequence-editor')) - editor = core.list2cmdline([unix_path(sys.executable), xbase]) + editor = core.list2cmdline([xbase]) return editor -- 2.11.4.GIT