Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 0271d55

Browse files
committed
Addressing Abby's comment
1 parent 6adf76e commit 0271d55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

differs/pipDiff.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ func (d PipDiffer) getPackages(image utils.Image) (map[string]map[string]utils.P
7575
for _, pythonPath := range pythonPaths {
7676
contents, err := ioutil.ReadDir(pythonPath)
7777
if err != nil {
78+
<<<<<<< HEAD
7879
// python version folder doesn't have a site-packages folder or PYTHONPATH doesn't exist
80+
=======
81+
>>>>>>> Addressing Abby's comment
7982
continue
8083
}
8184

0 commit comments

Comments
 (0)