Skip to content

Commit

Permalink
fix(python): poetry mount to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki-working committed Nov 28, 2023
1 parent e589d67 commit 5e3ee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/poetry/poetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (i *Inspector) InspectProject(ctx context.Context) error {
module := model.Module{
PackageManager: "poetry",
ModuleName: manifest.Name,
ModulePath: task.Dir(),
ModulePath: pyprojectFile,
}
for k, v := range cmap {
var di model.DependencyItem
Expand Down

0 comments on commit 5e3ee43

Please sign in to comment.