We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3860555 commit 2f7a044Copy full SHA for 2f7a044
commit0/harness/setup.py
@@ -34,7 +34,7 @@ def main(
34
if BASE_BRANCH in repo.branches:
35
repo.git.branch("-d", BASE_BRANCH)
36
repo.git.checkout("-b", BASE_BRANCH)
37
- logger.info("Checked out the base commit: commit 0")
+ logger.info(f"Checked out the base branch: {BASE_BRANCH}")
38
39
40
__all__ = []
0 commit comments