share/rbbt_commands/workflow/prov in rbbt-util-5.21.101 vs share/rbbt_commands/workflow/prov in rbbt-util-5.21.102
- old
+ new
@@ -51,12 +51,12 @@
task = Log.color(:yellow, parts.pop)
workflow = Log.color(:magenta, parts.pop)
if not Open.remote?(path) and (File.exists?(path) and $main_mtime and ($main_mtime - File.mtime(path)) < 0)
- status_msg(status) << " " << [workflow, task, path] * " " << " (#{Log.color(:red, "Mtime out of sync") })\n"
+ status_msg(status.to_s) << " " << [workflow, task, path] * " " << " (#{Log.color(:red, "Mtime out of sync") })\n"
else
- status_msg(status) << " " << [workflow, task, path] * " " << "\n"
+ status_msg(status.to_s) << " " << [workflow, task, path] * " " << "\n"
end
end
def report(step, offset = 0)
info = step.info || {}