From 3c8316241ecca2f3d2b66c3589d765352b95ac88 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 28 May 2019 16:45:41 -0700 Subject: [PATCH] Out, damned tab, out! Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index d32a1546..204b0b63 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -897,7 +897,7 @@ sub _assert_and_click { return assert_and_click($mustmatch, %args); } else { - $args{timeout} //= $bmwqemu::default_timeout; + $args{timeout} //= $bmwqemu::default_timeout; $args{button} //= 'left'; $args{dclick} //= 0; $args{mousehide} //= 0;