Skip to content

Commit 104d35a

Browse files
committed
lo as str
1 parent 3bf09d1 commit 104d35a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aci-preupgrade-validation-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5124,7 +5124,7 @@ def ave_eol_check(index, total_checks, tversion, **kwargs):
51245124
'vpc_node_ids': vpc_nodes, 'sw_cversion': sw_cversion}
51255125
json_log = {"name": "PreupgradeCheck", "method": "standalone script", "datetime": ts + tz,
51265126
"script_version": str(SCRIPT_VERSION), "check_details": [],
5127-
'cversion': str(cversion), 'tversion': str(tversion), 'sw_cversion': sw_cversion}
5127+
'cversion': str(cversion), 'tversion': str(tversion), 'sw_cversion': str(sw_cversion)}
51285128
checks = [
51295129
# General Checks
51305130
apic_version_md5_check,

0 commit comments

Comments
 (0)