##// END OF EJS Templates
add whitespace
Terry Davis -
Show More
@@ -225,6 +225,7 b' class Pdb(OldPdb):'
225 raise ValueError("Context must be a positive integer")
225 raise ValueError("Context must be a positive integer")
226 except (TypeError, ValueError):
226 except (TypeError, ValueError):
227 raise ValueError("Context must be a positive integer")
227 raise ValueError("Context must be a positive integer")
228
228 # `kwargs` ensures full compatibility with stdlib's `pdb.Pdb`.
229 # `kwargs` ensures full compatibility with stdlib's `pdb.Pdb`.
229 OldPdb.__init__(self, completekey, stdin, stdout, **kwargs)
230 OldPdb.__init__(self, completekey, stdin, stdout, **kwargs)
230
231
General Comments 0
You need to be logged in to leave comments. Login now