Skip to content

Commit 9cc0989

Browse files
committed
fix(builders): fix go-bindata error
1 parent 2c39f70 commit 9cc0989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/python/pip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (builder *PipBuilder) Analyze(m module.Module, allowUnresolved bool) ([]mod
101101
log.Logger.Debugf("Running Pip analysis: %#v %#v", m, allowUnresolved)
102102

103103
// Write helper to disk.
104-
pipdeptreeSrc, err := bindata.Asset("builders/bindata/pipdeptree.py")
104+
pipdeptreeSrc, err := bindata.Asset("builders/python/bindata/pipdeptree.py")
105105
if err != nil {
106106
return nil, errors.Wrap(err, "could not read `pipdeptree` helper")
107107
}

0 commit comments

Comments
 (0)