Skip to content

Commit 5ec7146

Browse files
vanschelvenarjun024
authored andcommitted
go fmt
1 parent 70bd7f6 commit 5ec7146

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/python/supply/supply.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ func (s *Supplier) RunPipVendored() error {
703703
}
704704

705705
if err := s.runPipInstall(installArgs...); err != nil {
706-
s.Log.Info("Running pip install failed. You need to include all dependencies in the vendor directory.")
707-
return fmt.Errorf("could not run pip: %v", err)
706+
s.Log.Info("Running pip install failed. You need to include all dependencies in the vendor directory.")
707+
return fmt.Errorf("could not run pip: %v", err)
708708
}
709709

710710
return s.Stager.LinkDirectoryInDepDir(filepath.Join(s.Stager.DepDir(), "python", "bin"), "bin")

0 commit comments

Comments
 (0)