Skip to content

Commit d4a2315

Browse files
authored
Logging when pip build is finished. (#152)
1 parent 363b627 commit d4a2315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: python/rpdk/python/codegen.py

+1
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def _pip_build(cls, base_path):
342342
check=True,
343343
shell=True,
344344
)
345+
LOG.warning("pip build finished.")
345346
except (FileNotFoundError, CalledProcessError) as e:
346347
raise DownstreamError("pip build failed") from e
347348

0 commit comments

Comments
 (0)