Skip to content

Commit 363eb05

Browse files
committed
Update an __init__ file
1 parent 58a2c67 commit 363eb05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

seleniumbase/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@
2828
pdb.__dict__[key] = pdbp.__dict__[key]
2929
if hasattr(pdb, "DefaultConfig"):
3030
# Here's how to customize Pdb+ options
31-
pdb.DefaultConfig.filename_color = pdb.Color.blue
31+
pdb.DefaultConfig.filename_color = pdb.Color.fuchsia
3232
pdb.DefaultConfig.line_number_color = pdb.Color.turquoise
33-
pdb.DefaultConfig.show_hidden_frames_count = False
34-
pdb.DefaultConfig.disable_pytest_capturing = True
35-
pdb.DefaultConfig.enable_hidden_frames = False
36-
pdb.DefaultConfig.truncate_long_lines = True
33+
pdb.DefaultConfig.truncate_long_lines = False
3734
pdb.DefaultConfig.sticky_by_default = True
3835
colored_traceback.add_hook()
3936
if sys.version_info >= (3, 7):

0 commit comments

Comments
 (0)