ubuntu-archive-assistant/mir: Fix a SyntaxWarning.

This commit is contained in:
Mattia Rizzolo 2020-12-27 11:43:47 +01:00
parent c5b5d554bc
commit a75fb35fc8
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

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

View File

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