Skip to content

Commit

Permalink
tuned;
Browse files Browse the repository at this point in the history
  • Loading branch information
niksu committed Oct 31, 2024
1 parent 779ef4d commit ac4c86d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabrictestbed_extensions/fablib/attestable_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,9 @@ def run_command(self, cmd, dry=False, quiet=False):
return False

def get_switch_features(self):
"""
Get feature information from the switch.
"""
"""
Get feature information from the switch.
"""

result = {}
result["Running"] = self.get_switch_config("Running")
Expand Down

0 comments on commit ac4c86d

Please sign in to comment.