mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Fix bug in testing infrastructure
This commit is contained in:
parent
5c31dfc28c
commit
fbb2dbdd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class VariableEntry(_BaseValueEntry):
|
|||
if self.stage is None:
|
||||
return stage in ('starting', 'new', 'modified')
|
||||
else:
|
||||
return stage == self.value
|
||||
return stage == self.stage
|
||||
|
||||
class ReturnValueEntry(_BaseValueEntry):
|
||||
def __init__(self, value=None, value_regex=None, prefix=''):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue