[ARVADOS] updated: d4724463bd248922dc37b43f59d54890d10581c1
git at public.curoverse.com
git at public.curoverse.com
Fri Sep 26 10:23:14 EDT 2014
Summary of changes:
apps/workbench/app/helpers/pipeline_instances_helper.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d4724463bd248922dc37b43f59d54890d10581c1 (commit)
from eaf8fb3be8218971b9a66d10b7bbabbbf92cd041 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit d4724463bd248922dc37b43f59d54890d10581c1
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Sep 26 10:23:03 2014 -0400
3899: Uncomment line that was commented out for debugging and committed by mistake.
diff --git a/apps/workbench/app/helpers/pipeline_instances_helper.rb b/apps/workbench/app/helpers/pipeline_instances_helper.rb
index ef787b3..ae8384e 100644
--- a/apps/workbench/app/helpers/pipeline_instances_helper.rb
+++ b/apps/workbench/app/helpers/pipeline_instances_helper.rb
@@ -90,7 +90,7 @@ module PipelineInstancesHelper
}.compact
job = {}
Job.where(uuid: jobuuids).each do |j|
- #job[j[:uuid]] = j
+ job[j[:uuid]] = j
end
object.components.each do |cname, c|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list