Fix wrong assert in branch_changer.py.
maintainer-scripts/ChangeLog: * branch_changer.py: Fix wrongly converted assert.
This commit is contained in:
parent
9e07b0bfe8
commit
855ce47588
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class Bug:
|
|||
return False
|
||||
|
||||
def serialize_summary(self):
|
||||
assert not self.versions
|
||||
assert self.versions
|
||||
assert self.is_regression
|
||||
|
||||
new_version = '/'.join(self.versions)
|
||||
|
|
Loading…
Add table
Reference in a new issue