Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Use correct name in filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Jul 3, 2024
1 parent 772a15d commit a90cad8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def filter_and_dump_if_non_empty(type_records: List[Type_Record_T],
json.dump(gha_record_dicts, f, indent=4)

output_directory = Path(args.output_directory).joinpath(
input_directory.parent.name)
input_directory.name)
filter_and_dump_if_non_empty(
type_records, BenchmarkMetricType.BiggerIsBetter,
output_directory.joinpath(
Expand Down

0 comments on commit a90cad8

Please sign in to comment.