lib/import/shake_script.rb in tracksperanto-2.10.0 vs lib/import/shake_script.rb in tracksperanto-2.11.0
- old
+ new
@@ -10,9 +10,13 @@
def self.distinct_file_ext
".shk"
end
+ def self.known_snags
+ 'Expressions in node parameters may cause parse errors or incomplete imports. Take care to remove expressions or nodes containing them first.'
+ end
+
def each
s = Sentinel.new
s.progress_proc = method(:report_progress)
s.tracker_proc = Proc.new
TrackExtractor.new(@io, s)