Skip to content

Commit

Permalink
Fix mio typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamal Faily committed Jan 7, 2017
1 parent 74a0d7a commit edc9ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cairis/mio/TemplateAssetsContentHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def endElement(self,name):
spRationale = sp[2]
if spName in spDict:
spDict[spName] = spValue
if srName in srDict:
srDict[srName] = spRationale
if spName in srDict:
srDict[spName] = spRationale
spValues = []
spValues.append(spDict['confidentiality'])
spValues.append(spDict['integrity'])
Expand Down

0 comments on commit edc9ecc

Please sign in to comment.