This commit is contained in:
Vokhmin Alexey V 2013-02-07 16:59:33 +04:00
parent c869718dda
commit 4fd6108fd2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module AbfWorker
AbfWorker::BuildListsPublishTaskManager.unlock_rep_and_platform build_list
end
def update_results(build_list)
def update_results(build_list = subject)
results = (build_list.results || []).
select{ |r| r['file_name'] !~ /^abfworker\:\:publish\-worker.*\.log$/ }
results |= options['results']