Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jan 6, 2025
1 parent fef2085 commit 6f13976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netmiko/huawei/huawei_smartax.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def cleanup(self, command: str = "quit") -> None:
output += self.read_channel()
if output.endswith("Are you sure to log out? (y/n)[n]:"):
self.write_channel("y" + self.RETURN)
output = ''
output = ""
continue
if output.endswith("Configuration console exit, please retry to log on\n"):
break
Expand Down

0 comments on commit 6f13976

Please sign in to comment.