Skip to content

Commit

Permalink
Fix line break before the first check
Browse files Browse the repository at this point in the history
  • Loading branch information
takishida committed Jul 8, 2023
1 parent 2e2da21 commit ba263d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aci-preupgrade-validation-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def get_target_version():

def get_vpc_nodes(**kwargs):
""" Returns list of VPC Node IDs; ['101', '102', etc...] """
prints("Collecting VPC Node IDs...", end='')
prints("Collecting VPC Node IDs...\n")
vpc_nodes = []

prot_pols = kwargs.get("fabricNodePEp.json", None)
Expand Down

0 comments on commit ba263d7

Please sign in to comment.