On Wed, Jul 24, 2013 at 12:30 PM, Thomas Thrainer <[email protected]> wrote: > As utils.TestDelay returns a tuple, this is always considered as 'True'. > The actual status is in the first tuple value, so test on that. > > Signed-off-by: Thomas Thrainer <[email protected]>
LGTM but isn't this a bug also in older versions? Would it make sense in 2.8 or 2.9? Thanks, Guido
