Skip to content

Commit

Permalink
Fix pipenv Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarao1310 committed Aug 2, 2023
1 parent cdd9952 commit e49cf8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/pythonutils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func InstallWithLogParsing(tool PythonTool, commandArgs []string, log utils.Log,
}
installCmd := utils.NewCommand(string(tool), "install", commandArgs)
installCmd.Dir = srcPath

dependenciesMap := map[string]entities.Dependency{}

// Create regular expressions for log parsing.
Expand Down

0 comments on commit e49cf8a

Please sign in to comment.