Jürg Billeter pushed to branch master at BuildStream / buildstream
Commits:
-
a1ab48da
by Valentin David at 2019-01-28T21:30:26Z
-
2fcb4491
by Jürg Billeter at 2019-01-28T22:36:22Z
1 changed file:
Changes:
... | ... | @@ -314,10 +314,10 @@ class Scheduler(): |
314 | 314 |
# job (Job): The job to spawn
|
315 | 315 |
#
|
316 | 316 |
def _spawn_job(self, job):
|
317 |
- job.spawn()
|
|
318 | 317 |
self._active_jobs.append(job)
|
319 | 318 |
if self._job_start_callback:
|
320 | 319 |
self._job_start_callback(job)
|
320 |
+ job.spawn()
|
|
321 | 321 |
|
322 | 322 |
# Callback for the cache size job
|
323 | 323 |
def _cache_size_job_complete(self, status, cache_size):
|