Skip to content

Commit

Permalink
remove hardcoded mention to develop branch in error message
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
lexming and boegel authored Sep 17, 2024
1 parent 9a57cc9 commit c7ae4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ def new_pr_from_branch(branch_name, title=None, descr=None, pr_target_repo=None,
print_msg('\n'.join(msg), log=_log)
else:
raise EasyBuildError(
"No changes in '%s' branch compared to current 'develop' branch!", branch_name,
f"No changes in '{branch_name}' branch compared to current '{pr_target_branch}' branch!",
exit_code=EasyBuildExit.FAIL_GITHUB
)

Expand Down

0 comments on commit c7ae4af

Please sign in to comment.