Skip to content

Commit

Permalink
fix getting description
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 5, 2014
1 parent 12b616a commit 91f32f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def descriptions
missing_no = 1
@id_mapping = {}
@descriptions = proposal_names.each_with_object({}) do |client, res|
description = description_for(client)
description = Yast::WFM.WFM.CallFunction(client, ["Description", {}])
if !description["id"]
log.warn "proposal client #{client} missing key 'id' in #{description}"

Expand Down

0 comments on commit 91f32f6

Please sign in to comment.