From 6134a088f1178743d49d0f1f5c3ca5a13c42d0ef Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 27 Aug 2019 08:17:31 -0700 Subject: [PATCH] Sigh, fix previous commit Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index b941a23..4ee9965 100755 --- a/createhdds.py +++ b/createhdds.py @@ -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: