Skip to content

Commit

Permalink
Fix problem with import of Remodulin fachinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Oct 21, 2015
1 parent 143b904 commit 50c205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/text_info.rb
Expand Up @@ -1163,7 +1163,7 @@ def parse_and_update(names, type)
end
end
end
LogFile.debug "#{type} empty? content #{content == nil} #{infos.empty?} iksnrs_from_xml #{iksnrs_from_xml} dist #{dist} i #{infos.inspect.to_s[0..400]}"
LogFile.debug "#{type} empty? content #{content == nil} #{infos.empty?} iksnrs_from_xml #{iksnrs_from_xml} dist #{dist}"
unless infos.empty?
_infos = {}
[:de, :fr].map do |lang|
Expand Down

0 comments on commit 50c205c

Please sign in to comment.