Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
renan-lopes-rodrigues committed Jul 24, 2024
1 parent 72e268d commit 362162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_rack/provision.py
Original file line number Diff line number Diff line change
@@ -482,7 +482,7 @@ def spine_provision(self, rack, equips):
# for e in equips_sorted[:2]:
# # "DESCRIPTION{}CONNECT"
variablestochangespine1["DESCRIPTION1CONNECT"] = equips_sorted[0].get("nome")
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[0].get("nome")
variablestochangespine1["DESCRIPTION2CONNECT"] = equips_sorted[1].get("nome")
# e_counter += 1
#### END to Berrini Block #####

0 comments on commit 362162a

Please sign in to comment.