From 1c66ca472bbae69ac41af76d754e42e706f4f0e9 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Wed, 6 Oct 2021 00:06:07 -0500 Subject: [PATCH] syntax fix --- lib/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/anaconda.pm b/lib/anaconda.pm index 63441c6a..774b5508 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -218,7 +218,7 @@ sub custom_add_partition { # } # if no devicetype was specified or devicetype is already selected, do nothing - if ($args{devicetype}) && !check_screen("anaconda_custom_part_fs_$args{devicetype}_selected", 5)) { + if (($args{devicetype} && !check_screen("anaconda_custom_part_fs_$args{devicetype}_selected", 5))) { assert_and_click "anaconda_custom_part_devicetype"; mouse_set(10, 10); assert_and_click "anaconda_custom_part_devicetype_$args{devicetype}";