mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
ubuntu-archive-assistant/mir: Fix a SyntaxWarning.
This commit is contained in:
parent
c5b5d554bc
commit
a75fb35fc8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ ubuntu-dev-tools (0.178) UNRELEASED; urgency=medium
|
||||
|
||||
[ Mattia Rizzolo ]
|
||||
* d/control: Bump Standards-Version to 4.5.1, no changes needed.
|
||||
* ubuntu-archive-assistant/mir: Fix a SyntaxWarning.
|
||||
|
||||
[ You-Sheng Yang ]
|
||||
* Add a dependency on tzdata, used by mk-sbuild.
|
||||
|
@ -147,7 +147,7 @@ class MIRReview(AssistantCommand):
|
||||
if not source_pkg:
|
||||
print("\n%s does not exist in Ubuntu")
|
||||
sys.exit(1)
|
||||
if latest.pocket is "Proposed":
|
||||
if latest.pocket == "Proposed":
|
||||
print("\nThere is a version of %s in -proposed: %s" % (source, latest.source_package_version))
|
||||
|
||||
if task:
|
||||
|
Loading…
x
Reference in New Issue
Block a user