Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chieto-arista committed Jul 12, 2023
1 parent eb8ce02 commit f5ac392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include .coveragerc
include LICENSE
include Makefile
include VERSION
include *.yaml
recursive-include examples *.conf
recursive-include examples *.py
recursive-include test *.conf
Expand Down
6 changes: 3 additions & 3 deletions pyeapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ class CliVariants:
"""
@staticmethod
def expand( cmds ):
""" Expands cmds argument into a list of all CLI variants
""" Expands cmds argument into a list of all CLI variants
The method returns a list of all full variant combinations present
in the the cmds arguement
Args:
cmds (list): a list made of str and CliVariants types
cmds (list): a list made of str and CliVariants types
Returns:
expanded list, e.g.:
Expand Down

0 comments on commit f5ac392

Please sign in to comment.