syntax fix

This commit is contained in:
Al Bowles 2021-10-06 00:06:07 -05:00
parent 9c29182c5c
commit 1c66ca472b

View File

@ -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}";