app/lib/katello/util/cdn_var_substitutor.rb in katello-3.15.3.1 vs app/lib/katello/util/cdn_var_substitutor.rb in katello-3.16.0.rc1
- old
+ new
@@ -64,12 +64,10 @@
path_with_substitution.resolve_substitutions(@resource)
end
end
futures.each do |future|
- begin
- resolved << future.value
- end
+ resolved << future.value
end
find_substitutions(resolved.compact.flatten)
end