mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 23:38:20 +00:00
Syntax tweak
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
7045c6e549
commit
111d6b791a
@ -36,7 +36,7 @@ class MigrationItem:
|
|||||||
self._set_name(name)
|
self._set_name(name)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
if self._versionned and not self.version is None:
|
if self._versionned and self.version is not None:
|
||||||
return self.name
|
return self.name
|
||||||
else:
|
else:
|
||||||
return self.uvname
|
return self.uvname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user