Skip to content

Commit 15bbdd6

Browse files
authored
Automation Toolkit Release v2024.2.2
1 parent fb12f08 commit 15bbdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cd3_automation_toolkit/cd3Validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@ def validate_buckets(filename, comp_ids):
14111411
buckets_invalid_check = True
14121412

14131413
#Check for valid destination region for enabling the replication policy
1414-
if columnname == 'Replication Policy':
1414+
if columnname == 'Replication Policy' and columnvalue != "nan":
14151415
columnvalue = columnvalue.split("::")
14161416
if len(columnvalue) == 3:
14171417
replication_policy_name = columnvalue[0]

0 commit comments

Comments
 (0)