mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-15 13:13:07 +00:00
Sigh, fix previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5113761cbb
commit
6134a088f1
@ -272,7 +272,7 @@ class VirtInstallImage(object):
|
|||||||
variant = self.variant
|
variant = self.variant
|
||||||
# From F31 onwards, Workstation tree is not installable and we
|
# From F31 onwards, Workstation tree is not installable and we
|
||||||
# build Workstation images out of Everything
|
# 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'
|
variant = 'Everything'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user