share/rbbt_commands/workflow/prov in rbbt-util-5.34.0 vs share/rbbt_commands/workflow/prov in rbbt-util-5.34.1

- old
+ new

@@ -34,10 +34,10 @@ file = ARGV.shift $seen = [] def get_step(file) - file = File.expand_path(file) + file = File.expand_path(file) if File.exists?(file) file = file.sub(/\.(info|files)$/,'') $seen << file Workflow.load_step file end