Commit 708e3028 authored by Morris Jette's avatar Morris Jette
Browse files

Fix for pack step I/O

A pack step may have multiple steps connected to STDIN/OUT/ERR for
  I/O. When a task ended, it would close the file, resulting in an
  I/O error for the other job step components. This change avoids
  closing STDIN/OUT/ERR.
parent d4e20c6b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment