File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def _download_exercise(
5454 if old_config .exercise_repo .repo_type == "remote" and old_config .exercise_repo .create_fork :
5555 pr_repo_full_name = old_config .exercise_repo .pr_repo_full_name
5656 if pr_repo_full_name :
57- info (f"Closing open PRs in { pr_repo_full_name } if exists ..." )
57+ info (f"Closing any open PRs in { pr_repo_full_name } ..." )
5858 close_pr (pr_repo_full_name )
5959 rmtree (exercise )
6060
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def reset() -> None:
5858 if is_remote_type and exercise_config .exercise_repo .create_fork :
5959 pr_repo_full_name = exercise_config .exercise_repo .pr_repo_full_name
6060 if pr_repo_full_name :
61- info (f"Closing open PRs in { pr_repo_full_name } if exists ..." )
61+ info (f"Closing any open PRs in { pr_repo_full_name } ..." )
6262 close_pr (pr_repo_full_name )
6363 exercise_config .exercise_repo .pr_number = None
6464 exercise_config .exercise_repo .pr_repo_full_name = None
You can’t perform that action at this time.
0 commit comments