Skip to content

Commit

Permalink
Logging when pip build is finished. (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhill10 authored Nov 8, 2022
1 parent 363b627 commit d4a2315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/rpdk/python/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def _pip_build(cls, base_path):
check=True,
shell=True,
)
LOG.warning("pip build finished.")
except (FileNotFoundError, CalledProcessError) as e:
raise DownstreamError("pip build failed") from e

Expand Down

0 comments on commit d4a2315

Please sign in to comment.