Skip to content

Commit

Permalink
chore: fix pcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Apr 17, 2024
1 parent 845f933 commit e18baca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/actions_utils/refresh_use_cases_list.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Updates or checks the run_one_use_case_example.yaml workflow with available use cases."""

import argparse
from pathlib import Path

Expand Down Expand Up @@ -62,6 +64,7 @@ def update_section(lines, start_header, end_header, new_content, indent):


def main(file_to_update, check_mode=False):
"""Updates or checks the specified file with the current list of use cases and their paths."""
use_case_paths = find_use_cases_with_makefile()

with open(file_to_update, "r", encoding="utf-8") as file:
Expand Down

0 comments on commit e18baca

Please sign in to comment.