Skip to content

Commit 9d8a898

Browse files
vanschelvenarjun024
authored andcommitted
Log used 'pip install' command before executing it
for debugging
1 parent 753d7b1 commit 9d8a898

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python/supply/supply.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,7 @@ func pipCommand() []string {
832832

833833
func (s *Supplier) runPipInstall(args ...string) error {
834834
installCmd := append(append(pipCommand(), "install"), args...)
835+
s.Log.Info(strings.Join(installCmd, " "))
835836
return s.Command.Execute(s.Stager.BuildDir(), indentWriter(os.Stdout), indentWriter(os.Stderr), installCmd[0], installCmd[1:]...)
836837
}
837838

0 commit comments

Comments
 (0)