socialnerds/hive
socialnerds
/
hive
Archived
1
0
Fork 0

Merge branch 'testing' of git.socialnerds.org:hive into testing

This commit is contained in:
David 2012-05-23 16:49:15 +02:00
commit 039c4cb157
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if __name__ == "__main__":
"\nUUID:\t\t%s" %(partition["uuid"]) + \
"\nMountpoint:\t%s" %(partition["mountpoint"]) + \
"\nFilesystem:\t%s" %(partition["filesystem"]) + \
"\nUsage:\t\t%s/%s" %(bytes2human(freebytes), bytes2human(totalbytes)) + \
"\nFree:\t\t%s/%s" %(bytes2human(freebytes), bytes2human(totalbytes)) + \
"\nFiles:\t\t%s\n" %(partition["files"])
else:
notmounted = notmounted + " " + partition["device"]