'make pep8' is now clean

This commit is contained in:
Michael DeHaan
2013-02-17 19:48:02 -05:00
parent 9cf66f4376
commit 8097fd18a2
11 changed files with 53 additions and 51 deletions

View File

@@ -656,7 +656,7 @@ class AIX(Hardware):
for line in out.split('\n'):
data = line.split(':')
if 'Available' in line:
i += 1
i += 1
self.facts['processor_count'] = int(i)
def get_memory_facts(self):