small cleanp
This commit is contained in:
parent
0ede968ec0
commit
d1a9ab3df0
|
@ -152,7 +152,7 @@ class CaptureManager:
|
|||
return method
|
||||
|
||||
def reset_capturings(self):
|
||||
for name, cap in self._method2capture.items():
|
||||
for cap in self._method2capture.values():
|
||||
cap.reset()
|
||||
|
||||
def resumecapture_item(self, item):
|
||||
|
|
Loading…
Reference in New Issue