Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Oct 1, 2024
1 parent 38d14e8 commit 0e60d05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manager/manager_cmds/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ def accept(self, node):

def setup_parser_args(subparser):
subparser.add_argument(
"--trim-specs", nargs="+", default=[], help="clip the graph at nodes that satisfy these specs"
"--trim-specs",
nargs="+",
default=[],
help="clip the graph at nodes that satisfy these specs",
)
subparser.add_argument(
"--stats", action="store_true", help="display stats for graph build/install"
Expand Down

0 comments on commit 0e60d05

Please sign in to comment.