diff --git a/backend/copr_backend/background_worker_build.py b/backend/copr_backend/background_worker_build.py index 18950d9d2..451d7e1f8 100644 --- a/backend/copr_backend/background_worker_build.py +++ b/backend/copr_backend/background_worker_build.py @@ -255,6 +255,7 @@ def _check_vm(self): # generalize it into a separate package that we could eventually use # here. cmd = "copr-builder-ready " + self.job.chroot + self.log.info("Running remote command: %s", cmd) rc, stdout, stderr = self.ssh.run_expensive( cmd, subprocess_timeout=660) self.log.info(stdout)