Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #276 from basepi/fixup
Browse files Browse the repository at this point in the history
Fix windows 2008 nova cis issues
  • Loading branch information
cedwards authored Nov 1, 2016
2 parents e32c31d + bfc8ec1 commit 957ba22
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 490 deletions.
2 changes: 1 addition & 1 deletion hubblestack_nova/win_secedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _get_account_sid():
lines.remove('local:')
for line in lines:
line = line.strip()
if line != '':
if line != '' and ' : ' in line:
k, v = line.split(' : ')
if k.lower() == 'name':
key = v
Expand Down
Loading

0 comments on commit 957ba22

Please sign in to comment.