mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-28 00:21:32 +00:00
Refactor code.
This commit is contained in:
parent
5b12d0746c
commit
da18852892
@ -263,8 +263,8 @@ def sponsor_patch(bug_number, build, builder, edit, keyid, lpinstance, update,
|
|||||||
|
|
||||||
if successful:
|
if successful:
|
||||||
source_package.check_sync_request_version(bug_number, task)
|
source_package.check_sync_request_version(bug_number, task)
|
||||||
successful = source_package.check_version(
|
previous_version = task.get_previous_version()
|
||||||
task.get_previous_version())
|
successful = source_package.check_version(previous_version)
|
||||||
|
|
||||||
if successful and build:
|
if successful and build:
|
||||||
dist = UbuntuDistroInfo().devel()
|
dist = UbuntuDistroInfo().devel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user