bin/mandy-local in mandy-0.4.991 vs bin/mandy-local in mandy-0.4.992

- old
+ new

@@ -37,10 +37,10 @@ end end set_env(options.cmdenv) if options.cmdenv file = absolute_path(ARGV[0]) -input = absolute_path(ARGV[1]) +input = ARGV[1].split(",").map {|f| absolute_path(f)}.join(" ") output_folder = FileUtils.mkdir_p(absolute_path(ARGV[2])) require file out = nil Mandy::Job.jobs.each_with_index do |job, i| \ No newline at end of file