#759: add comment

This commit is contained in:
Vokhmin Alexey V 2012-12-06 23:45:35 +04:00
parent eae2b2ce02
commit 8eabfc975a
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ class BuildList < ActiveRecord::Base
def add_to_queue
if new_core?
# TODO: Investigate: why 2 tasks will be created without checking @state
add_job_to_abf_worker_queue unless @status
@status ||= BUILD_PENDING
else