X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Ftrustedroots.py;h=a505aea461f8022de004fefd56887324e7f51ce5;hb=e7b000568a55c9fc04ac4dc1783833447350f897;hp=fac2da4b095bfbe07168ff71bf061c9536e5e595;hpb=5c731906c45ea32d75e99c5aa26aa9d485ad25db;p=sfa.git diff --git a/sfa/trust/trustedroots.py b/sfa/trust/trustedroots.py index fac2da4b..a505aea4 100644 --- a/sfa/trust/trustedroots.py +++ b/sfa/trust/trustedroots.py @@ -39,5 +39,5 @@ class TrustedRoots: def has_supported_extension (self,path): (_,ext)=os.path.splitext(path) - ext=ext.replace('.','') + ext=ext.replace('.','').lower() return ext in TrustedRoots.supported_extensions