mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-13 01:41:29 +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.
|
# Ensure that the provided Debian version actually exists.
|
||||||
try:
|
try:
|
||||||
debian_spph = debian_archive.getPublishedSources(
|
debian_archive.getPublishedSources(
|
||||||
source_name=src_pkg.source,
|
source_name=src_pkg.source,
|
||||||
version=src_pkg.version.full_version,
|
version=src_pkg.version.full_version,
|
||||||
exact_match=True)[0]
|
exact_match=True)[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user