mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-25 09:35:54 +02:00
jw.pkg.App.get_libname(): Fix typo
get_project_refs() is invoked with projects_only=true, which should read names_only. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a55dd8175c
commit
eaa38113bb
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ class App(Base):
|
|||
|
||||
def get_libname(self, projects) -> str:
|
||||
vals = self.get_project_refs(projects, ['build'], 'libname',
|
||||
scope = Scope.One, add_self=False, projects_only=True)
|
||||
scope = Scope.One, add_self=False, names_only=True)
|
||||
if not vals:
|
||||
return ' '.join(projects)
|
||||
if 'none' in vals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue