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",
|
error(context, "Exit status is %s (non-zero) for build ID %s",
|
||||||
values["exit_status"], values["build_id"])
|
values["exit_status"], values["build_id"])
|
||||||
|
|
||||||
if context.status == EXIT_OK:
|
if context.status == EXIT_OK:
|
||||||
LOG.info("Last %s attempts to build copr-ping succeeded!",
|
LOG.info("Last %s attempts to build copr-ping succeeded!",
|
||||||
builds_checked)
|
builds_checked)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue