Skip to content

Commit

Permalink
Do not crash when proposals are set in the AY profile
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Dec 7, 2016
1 parent 0505a11 commit 63cf0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Expand Up @@ -598,7 +598,7 @@ def load_matching_submodules_list

if !p.nil? && p != []
# array intersection
@submodules_presentation &= v
@submodules_presentation &= p
end
end

Expand Down

0 comments on commit 63cf0ab

Please sign in to comment.