forked from goodboy/tractor
1
0
Fork 0

TOSQUASH 4759e30: turn it ON i guess? XD

switch_to_pdbp
Tyler Goodlet 2023-04-20 19:14:14 -04:00
parent 8b9cc44950
commit c49cace550
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class TractorConfig(pdbp.DefaultConfig):
# much thanks @mdmintz for the hot tip!
# fixes line spacing issue when resizing terminal B)
truncate_long_lines = False
truncate_long_lines = True
class MultiActorPdb(pdbp.Pdb):