From: Stephen Soltesz Date: Thu, 6 Aug 2009 20:06:56 +0000 (+0000) Subject: use spaces not tabs... X-Git-Tag: sfa-0.9-1~112 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a2876836185b81528d90c8a846c27786b393102d;p=sfa.git use spaces not tabs... --- diff --git a/sfa/client/setRecord.py b/sfa/client/setRecord.py index c3379be5..4c20444c 100755 --- a/sfa/client/setRecord.py +++ b/sfa/client/setRecord.py @@ -47,10 +47,10 @@ def editDict(args, recordDict, options): replaceDict({vect.split("=")[0]: returnVal(vect.split("=")[1])}, recordDict, options) else: - if vect in recordDict: - del recordDict[vect] - else: - raise TypeError, "Argument error: Records are updated with \n" \ + if vect in recordDict: + del recordDict[vect] + else: + raise TypeError, "Argument error: Records are updated with \n" \ "key=val1,val2,valN or\n" \ "key+=val1,val2,valN \n%s Unknown key/val" % vect