Skip to content

Commit

Permalink
Fixed formatting of Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanicijamd committed Sep 6, 2024
1 parent 3ff3568 commit 40bc184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/validate-perfetto-proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ def validate_perfetto(data, labels, counts, depths):
"-p", "--print", action="store_true", help="Print the processed perfetto data"
)
parser.add_argument("-i", "--input", type=str, help="Input file", required=True)
parser.add_argument("-t", "--trace_processor_shell", type=str, help="Path of trace_processor_shell")
parser.add_argument(
"-t", "--trace_processor_shell", type=str, help="Path of trace_processor_shell"
)
parser.add_argument(
"--key-names",
type=str,
Expand Down

0 comments on commit 40bc184

Please sign in to comment.