Skip to content

Commit

Permalink
Merge pull request #914 from andrzej-jankowski/fix_ssh_xen
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-xor committed Jun 5, 2014
2 parents 8594126 + 2023c65 commit bd521c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/scan/plugins/ssh_xen.py
Expand Up @@ -160,6 +160,7 @@ def _get_disks(ssh, sudo_mode=False):
device = None
uuid = None
for line in stdout:
line = force_unicode(line)
if not line.strip():
continue
key, value = (x.strip() for x in line.split(':', 1))
Expand Down

0 comments on commit bd521c2

Please sign in to comment.