mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-27 19:58:21 +01:00
Fix self
This commit is contained in:
parent
a908cf0c37
commit
a7ca4ac2cb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class GetFromInstalled(object):
|
|||
def version(self):
|
||||
"""Return version from installed packages
|
||||
"""
|
||||
find = find_package(self.package + self.meta.sp, _meta_.pkg_path)
|
||||
find = find_package(self.package + self.meta.sp, self.meta.pkg_path)
|
||||
if find:
|
||||
name = split_package(find[0])[0]
|
||||
if self.package == name:
|
||||
|
|
Loading…
Add table
Reference in a new issue