diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 0e7d60bdbb..016c2322e6 100755 --- a/support/scripts/pkg-stats +++ b/support/scripts/pkg-stats @@ -64,6 +64,7 @@ class Package: def __init__(self, name, path): self.name = name self.path = path + self.pkg_path = os.path.dirname(path) self.infras = None self.license = None self.has_license = False