From 02c3b9a67294d2001773efa4a29836bcca33b045 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 1 Aug 2022 15:53:56 -0400 Subject: [PATCH] Put `pygments` back to default --- tractor/_debug.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index 9cd0797..1a3e1e1 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -138,9 +138,11 @@ class Lock: class TractorConfig(pdbpp.DefaultConfig): - """Custom ``pdbpp`` goodness. - """ - use_pygments = True + ''' + Custom ``pdbpp`` goodness. + + ''' + # use_pygments = True # sticky_by_default = True enable_hidden_frames = False