fixup! test

This commit is contained in:
Daniel Hahler 2019-11-15 21:55:22 +01:00
parent 905367982c
commit 1c2e81ed00
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class Bdb:
def stop_here(self, frame):
"Return True if frame is below the starting frame in the stack."
if (self.stopframe is None
and self.returnframes is None
and self.returnframe is None
and self.stoplineno == 0): # TEST: via set_step
return True
if self.skip and \