From 1672613d0476f35c80562cd9bafadb8e465d1852 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 18 Mar 2018 01:05:59 +0100 Subject: [PATCH] colorama should always color, even if it's not a shell I need this for some_script.py | less -R --- jedi/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/debug.py b/jedi/debug.py index 8caf1acc..a4fd8646 100644 --- a/jedi/debug.py +++ b/jedi/debug.py @@ -35,7 +35,7 @@ try: # need this. initialise.atexit_done = True try: - init() + init(strip=False) except Exception: # Colorama fails with initializing under vim and is buggy in # version 0.3.6.