Skip to content

Commit

Permalink
Merge pull request #250 from terrateamio/main
Browse files Browse the repository at this point in the history
Release v1
  • Loading branch information
orbitz authored Mar 14, 2024
2 parents 96769d4 + 982c9ca commit 60630f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrat_runner/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_with_output(state, config):
while line:
line = line.decode('utf-8')
output.write(line)
sys.stderr.write(line)
sys.stderr.write('cwd={} : {}'.format(state.working_dir, line))
sys.stderr.flush()
line = proc.stdout.readline()

Expand Down

0 comments on commit 60630f5

Please sign in to comment.