small cleanp

This commit is contained in:
Ronny Pfannschmidt 2014-01-22 21:04:00 +01:00
parent 0ede968ec0
commit d1a9ab3df0
1 changed files with 1 additions and 1 deletions

View File

@ -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):