Sigh, fix previous commit

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-27 08:17:31 -07:00
parent 5113761cbb
commit 6134a088f1
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ class VirtInstallImage(object):
variant = self.variant
# From F31 onwards, Workstation tree is not installable and we
# build Workstation images out of Everything
if variant == 'Workstation' and self.release.isdigit() and int(self.release) > 30:
if variant == 'Workstation' and str(self.release.isdigit()) and int(self.release) > 30:
variant = 'Everything'
try: