mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-05 08:04:20 +00:00
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:
parent
6134a088f1
commit
74c28b5557
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user