Skip to content

Commit

Permalink
debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Oct 24, 2023
1 parent aa44180 commit b8b7d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def test_codec_infile_outfile_errfile_arguments():
err_file,
]
out, err, exitcode = helpers.cli_call(command)
print("Debugging. err = %s; out = %s" % (err.decode(), out.decode()))

# Read the error back from the errfile
with open(err_file, "r") as file:
Expand Down

0 comments on commit b8b7d0a

Please sign in to comment.