mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-14 00:21:08 +00:00
drop unused variable
This commit is contained in:
parent
f40db6836e
commit
9bc479dbcb
@ -321,7 +321,7 @@ def copy(src_pkg, release, simulate=False, force=False):
|
||||
|
||||
# Ensure that the provided Debian version actually exists.
|
||||
try:
|
||||
debian_spph = debian_archive.getPublishedSources(
|
||||
debian_archive.getPublishedSources(
|
||||
source_name=src_pkg.source,
|
||||
version=src_pkg.version.full_version,
|
||||
exact_match=True)[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user