We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62a2a1 commit 9901e15Copy full SHA for 9901e15
src/ivpm/pkg_info_rgy.py
@@ -63,6 +63,7 @@ def load(self):
63
continue
64
if not hasattr(pkginfo_m, "PkgInfo"):
65
print("Note: pkginfo (%s) module exists, but is missing PkgInfo", os.path.join(path, pkg))
66
+ continue
67
pkginfo = getattr(pkginfo_m, "PkgInfo")()
68
if pkginfo.name not in self.info_m.keys():
69
self.info_m[pkginfo.name] = pkginfo
0 commit comments