X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/e77e66a923367afd618cb5d7b977095cac119b75..9c354f13446f73458e52ac5bd7063f3e01dabbc7:/image_creator/os_type/ubuntu.py diff --git a/image_creator/os_type/ubuntu.py b/image_creator/os_type/ubuntu.py index e5cb07d..6a048e5 100644 --- a/image_creator/os_type/ubuntu.py +++ b/image_creator/os_type/ubuntu.py @@ -42,8 +42,8 @@ class Ubuntu(Linux): for app in apps: if app['app_name'] == 'kubuntu-desktop': self.meta['OS'] = 'kubuntu' - self.meta['DESCRIPTION'] = \ - self.meta['DESCRIPTION'].replace('Ubuntu', 'Kubuntu') + descr = self.meta['DESCRIPTION'].replace('Ubuntu', 'Kubuntu') + self.meta['DESCRIPTION'] = descr break # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :