Project

General

Profile

« Previous | Next » 

Revision afc8539f

Added by Thomas McKay over 7 years ago

fixes #17505, #17052 - refine search for subs in act-keys and content-hosts

View differences:

lib/hammer_cli_csv/base.rb
lines.each do |line|
next if !line[name_column || NAME].nil? && line[name_column || NAME][0] == '#'
begin
logger.debug(line)
yield line
rescue RuntimeError => e
message = "#{e}\n#{line}"

Also available in: Unified diff