Skip to content

Commit

Permalink
see if it's just the logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Jul 24, 2024
1 parent 6c5268a commit e2c892a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layers/meta-opentrons/classes/pipenv_app_bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ python do_rewrite_requirements() {
formatted_pypi_file = '\n'.join(pypi) + '\n'
formatted_local_file = '\n'.join(local) + '\n'

bb.debug(1, "pypi.txt content: \n {}".format(formatted_pypi_file))
bb.debug(1, "local.txt content: \n {}".format(formatted_local_file))
bb.verbnote("pypi.txt content: \n {}".format(formatted_pypi_file))
bb.verbnote("local.txt content: \n {}".format(formatted_local_file))

with open(pypi_outfile, 'w') as pypi_outfile_obj:
pypi_outfile_obj.write(formatted_pypi_file)
Expand Down

0 comments on commit e2c892a

Please sign in to comment.