From 4f446521e06ee4c09f0cb1948b3ee70741b7c043 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 24 Apr 2013 15:35:17 +0200 Subject: [PATCH] remove comment about broken bootcd as this is now fixed --- PLC/Methods/GetBootMedium.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index ba432c3..7225b12 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -273,8 +273,6 @@ class GetBootMedium(Method): return (pldistro,fcdistro,arch) - # xxx Thierry : 5.2.1 build/version.txt for some reason is empty, that's why - # the weird name with downloaded image filenames def bootcd_version (self): try: return file(self.BOOTCDDIR + "/build/version.txt").readline().strip() -- 2.43.0