Use keyword argument here to make it easier to read

This commit is contained in:
Jakub Stasiak
2015-02-08 16:29:18 +01:00
parent 82d8020b81
commit 71e272b528

View File

@@ -17,7 +17,7 @@ def check_hub():
for nm in 'get_readers', 'get_writers':
dct = getattr(hub, nm)()
assert not dct, "hub.%s not empty: %s" % (nm, dct)
hub.abort(True)
hub.abort(wait=True)
assert not hub.running