Skip to content

Commit

Permalink
adds comment-header.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkin committed Jan 2, 2025
1 parent 9d2e8d1 commit 66e1f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib_call_runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def run_followup_tests(uv_path: Path, project_path: Path, project_email_addresse
run_tests_path = project_path / 'run_tests.py' # no need to resolve; project_path is already resolved
command = [str(python_path), str(run_tests_path)]
log.debug(f'followup runtests command: ``{command}``')
## run the command ----------------------------------------------
try:
subprocess.run(command, check=True)
return_val = None
Expand Down

0 comments on commit 66e1f45

Please sign in to comment.