Skip to content

Commit

Permalink
Adjusted two more logging statements based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Aug 27, 2020
1 parent 4eb817f commit 207c23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lineage/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ def main() -> int:
repo, pr_branch_name, local_branch, title, body, draft=False
)
else:
logging.info(
"Not creating a new pull request since the branch already existed."
logging.warning(
"Not creating a new pull request because the branch already exists."
)
else:
logging.info(
logging.warning(
"Not creating a new pull request because of insufficient permissions."
)

Expand Down

0 comments on commit 207c23c

Please sign in to comment.