copr-be: copr-ping: fix wrong indentation
This commit is contained in:
parent
eb4c6fd073
commit
881764b345
1 changed files with 3 additions and 3 deletions
|
@ -93,9 +93,9 @@ def _main(context):
|
|||
error(context, "Exit status is %s (non-zero) for build ID %s",
|
||||
values["exit_status"], values["build_id"])
|
||||
|
||||
if context.status == EXIT_OK:
|
||||
LOG.info("Last %s attempts to build copr-ping succeeded!",
|
||||
builds_checked)
|
||||
if context.status == EXIT_OK:
|
||||
LOG.info("Last %s attempts to build copr-ping succeeded!",
|
||||
builds_checked)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue