From 74c28b55574e52c8587864c0153fa9aca35e2914 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 27 Aug 2019 08:18:09 -0700 Subject: [PATCH] Now fix it harder I hate software where's my yak farm Signed-off-by: Adam Williamson --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 4ee9965..18260e3 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 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: