X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fcredential.py;h=2f38c38a36288fde57156e86d877eb4bc27b2772;hb=f88768144de1bb402f19a8b4c09e1f9fa005fb57;hp=9b8d8f7e16281faa9a288036bfef04080a9112cf;hpb=1c494e1843d857dbc63e46274c205293129b96d3;p=sfa.git diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index 9b8d8f7e..2f38c38a 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -81,7 +81,7 @@ signature_template = \ # Convert a string into a bool def str2bool(str): - if str.lower() in ['yes','true','1']: + if str.lower() in ['true','1']: return True return False