socialnerds/hive
socialnerds
/
hive
Archived
1
0
Fork 0

bug fix commit

This commit is contained in:
David 2012-05-20 12:44:50 +02:00
parent 4ad686bbd7
commit c66f250679
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class diskmon(object):
try: self.part[2]
except IndexError:
for range(4):
for i in range(4):
self.part.append("not mounted")
self.mtab.close()