From 88513c49af51738f99876dde90927d94eca02e68 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 20 May 2012 15:28:56 +0200 Subject: [PATCH] changed output --- disk_mon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disk_mon.py b/disk_mon.py index ccbd594..aa528e5 100755 --- a/disk_mon.py +++ b/disk_mon.py @@ -72,6 +72,8 @@ if __name__ == "__main__": print "device:\t\t" + str(partition["device"]) + "\nuuid:\t\t" + str(partition["uuid"]) if partition.has_key("mountpoint"): print "mountpoint:\t" + str(partition["mountpoint"]) + "\nfilesystem:\t" + str(partition["filesystem"]) + "\nblocksize:\t" + str(partition["blocksize"]) + "\ntotal blocks:\t" + str(partition["total blocks"]) + "\nfree blocks:\t" + str(partition["free blocks"]) + "\n" + else: + print "\n"