lib/relaton/cli/data_fetcher.rb in relaton-cli-1.18.1 vs lib/relaton/cli/data_fetcher.rb in relaton-cli-1.19.0

- old
+ new

@@ -2,10 +2,10 @@ module Cli module DataFetcher def fetch(source, options) processor = Relaton::Registry.instance.find_processor_by_dataset source unless processor - Util.warn "WARNING: no processor found for `#{source}`" + Util.warn "no processor found for `#{source}`" return end opts = {} opts[:output] = options[:output] if options[:output]