style: fix flake8 error

pull/25/head
Pavol Rusnak 7 years ago
parent 04bb0069c0
commit b9b11fa265
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -356,7 +356,7 @@ class DebugLinkMixin(object):
# Evaluate missed responses in 'with' statement
if self.expected_responses is not None and len(self.expected_responses):
raise RuntimeError("Some of expected responses didn't come from device: %s" %
[pprint(x) for x in self.expected_responses])
[pprint(x) for x in self.expected_responses])
# Cleanup
self.expected_responses = None

Loading…
Cancel
Save