diff --git a/gitopscli/commands/add_pr_comment.py b/gitopscli/commands/add_pr_comment.py index c7ce2d22..8ba06c21 100644 --- a/gitopscli/commands/add_pr_comment.py +++ b/gitopscli/commands/add_pr_comment.py @@ -42,8 +42,8 @@ def pr_comment_command( logging.info( "Creating PullRequest comment for pr with id %s and parentComment with id %s and content: %s", pr_id, - text, parent_id, + text, ) apps_git.add_pull_request_comment(pr_id, text, parent_id) finally: