From 09b1309aa9f2f987f0a348cff7318d50307a1fd4 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Aug 29 2017 23:47:20 +0000 Subject: Formatting fix. --- diff --git a/fedrepo_req/utils.py b/fedrepo_req/utils.py index 0635b3a..e83f068 100644 --- a/fedrepo_req/utils.py +++ b/fedrepo_req/utils.py @@ -502,7 +502,7 @@ def prompt_for_new_branch(issue_json, issue_body_json): if namespace == 'rpms' and \ branch_name not in ['el6', 'epel7', 'epel8'] and \ is_valid_standard_branch(branch_name): - click.echo('Auto-approving standard non-EPEL branch: {0}'.format(branch_name)) + click.echo('- Auto-approving standard non-EPEL branch: {0}'.format(branch_name)) auto_approve = 1 action = 'approve' else: @@ -566,7 +566,7 @@ def comment_and_close_ticket(issue_id, bug_id, auto_approve, comment=None, if click.confirm('Would you like to add another comment?'): custom_comment = click.prompt('Please enter a comment') else: - click.echo('Auto-commenting.') + click.echo('- Auto-commenting.') fedrepo_req.pagure.close_issue(issue_id, custom_comment, close_status) if custom_comment and bug_id: BUGZILLA_CLIENT.comment(bug_id, custom_comment)