Now fix it harder I hate software where's my yak farm

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-08-27 08:18:09 -07:00
parent 6134a088f1
commit 74c28b5557
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 str(self.release.isdigit()) and int(self.release) > 30:
if variant == 'Workstation' and str(self.release).isdigit() and int(self.release) > 30:
variant = 'Everything'
try: