Closed jyore closed 7 years ago
addresses issue #1
Updates should print the TF output now. I had to modify the code a bit, but it should all be working and all tests pass. Having to use CombinedOutput instead of plain Run. I also had to push the output back up to where we can Log the output sanely.
CombinedOutput
Run
addresses issue #1
Updates should print the TF output now. I had to modify the code a bit, but it should all be working and all tests pass. Having to use
CombinedOutput
instead of plainRun
. I also had to push the output back up to where we can Log the output sanely.