hets.rb revision c34ca181e48d016718223de38106fdfbe8ffc65a
ENV[key.upcase] = first_which_exists value if key != 'hets_path'
end
end
array.each do |path|
return path if File.exists? path
end
end
end
# Runs hets with input_file and returns XML output file path.
Rails.logger.debug "#{config.path} -o sym.xml -v2 '#{input_file}'"
status = `#{config.path} -o xml -v2 '#{input_file}' 2>&1`
end
end
end