mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Pass the launchpadlib person object to copyPackages
This commit is contained in:
parent
8178324266
commit
a55229619e
@ -392,6 +392,9 @@ class Archive(BaseWrapper):
|
||||
will happen sometime later with full checking.
|
||||
'''
|
||||
|
||||
if isinstance(sponsored, PersonTeam):
|
||||
sponsored = sponsored._lpobject
|
||||
|
||||
self._lpobject.copyPackage(
|
||||
source_name=source_name,
|
||||
version=version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user