socialnerds/hive
socialnerds
/
hive
Archived
1
0
Fork 0

found bug in mount reading, marked it

This commit is contained in:
David 2012-05-16 00:26:37 +02:00
parent 05cb3947ec
commit d6c5cdc8f8
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ def fileparser(path):
# reading needed files
parts = fileparser("/proc/partitions")
mounts = fileparser("/proc/mounts")
mounts = fileparser("/proc/mounts") #bug.. what if uuids are in /proc/mounts
partitions = []
blocks = []