Skip to content

Commit

Permalink
fix(python): 允许 buildout 和其它一起使用
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Oct 14, 2024
1 parent 3020b03 commit 8f31a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/python/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (i Inspector) InspectProject(ctx context.Context) error {
module, _ := buildout.InspectProject(ctx, dir)
if module != nil && len(module.Dependencies) > 0 {
task.AddModule(*module)
return nil
}
}
info, e := collectDepsInfo(ctx, dir)
Expand Down

0 comments on commit 8f31a80

Please sign in to comment.