##// END OF EJS Templates
ipdb: fix formatting in terminal.debugger
Blazej Michalik -
Show More
@@ -42,8 +42,7 b' class TerminalPdb(Pdb):'
42 42 compl = IPCompleter(shell=self.shell,
43 43 namespace={},
44 44 global_namespace={},
45 parent=self.shell,
46 )
45 parent=self.shell)
47 46 # add a completer for all the do_ methods
48 47 methods_names = [m[3:] for m in dir(self) if m.startswith("do_")]
49 48
General Comments 0
You need to be logged in to leave comments. Login now