Skip to content

Commit

Permalink
print removed from while loop
Browse files Browse the repository at this point in the history
  • Loading branch information
hupebln committed May 31, 2022
1 parent ade92ce commit 4ca0594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion napalm_arubaoss/helper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def status_call():
raise CommitError(f"Transaction failed: {status}")

while status_call()["result"].get("status", "") == "CRS_IN_PROGRESS" and elapsed < self.connection.timeout:
print(status_call())
elapsed += 1
sleep(1)

Expand Down

0 comments on commit 4ca0594

Please sign in to comment.