We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363b627 commit d4a2315Copy full SHA for d4a2315
1 file changed
python/rpdk/python/codegen.py
@@ -342,6 +342,7 @@ def _pip_build(cls, base_path):
342
check=True,
343
shell=True,
344
)
345
+ LOG.warning("pip build finished.")
346
except (FileNotFoundError, CalledProcessError) as e:
347
raise DownstreamError("pip build failed") from e
348
0 commit comments