drop unused variable

This commit is contained in:
Colin Watson 2011-08-18 13:00:00 +01:00
parent f40db6836e
commit 9bc479dbcb

View File

@ -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]