Skip to content

Commit

Permalink
needsVenv doesn't print the path to requirements.txt anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusiq committed Mar 4, 2022
1 parent 7142c02 commit 6ac7d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion regolith/filter_python.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func (f *PythonFilterDefinition) resolveVenvPath() (string, error) {
}

func needsVenv(filterPath string) bool {
Logger.Info(filepath.Join(filterPath, "requirements.txt"))
stats, err := os.Stat(filepath.Join(filterPath, "requirements.txt"))
if err == nil {
return !stats.IsDir()
Expand Down

0 comments on commit 6ac7d52

Please sign in to comment.