Skip to content

Commit

Permalink
no prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Nov 28, 2023
1 parent 162976c commit 32f522a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions instld/module/context_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def create_temp_directory():
new_error = InstallingPackageError(f'{str(e)} It occurred when installing one of the following packages: {", ".join(packages_names)}.')
new_error.stdout = e.stdout
new_error.stderr = e.stderr
#print('STDOUT', e.stdout)
#print('STDERR', e.stderr)
raise new_error from e

yield Context(where, logger, catch_output, options, partial(pip_context, logger=logger, runner=runner, catch_output=catch_output, where=directory))

0 comments on commit 32f522a

Please sign in to comment.