lib/pipeline/base.rb in tracksperanto-2.11.0 vs lib/pipeline/base.rb in tracksperanto-2.11.1

- old
+ new

@@ -14,10 +14,10 @@ end class NoTrackersRecoveredError < RuntimeError def initialize(importer) if importer.class.known_snags - @snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.snags] + @snags = "Also note that this particular format (%s) has the following snags: %s" % [importer.const_name, importer.known_snags] end end def message; [