Skip to content

Commit 9901e15

Browse files
committed
XX
Signed-off-by: Matthew Ballance <matt.ballance@gmail.com>
1 parent a62a2a1 commit 9901e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ivpm/pkg_info_rgy.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def load(self):
6363
continue
6464
if not hasattr(pkginfo_m, "PkgInfo"):
6565
print("Note: pkginfo (%s) module exists, but is missing PkgInfo", os.path.join(path, pkg))
66+
continue
6667
pkginfo = getattr(pkginfo_m, "PkgInfo")()
6768
if pkginfo.name not in self.info_m.keys():
6869
self.info_m[pkginfo.name] = pkginfo

0 commit comments

Comments
 (0)