Signed-off-by: geraldo netto <geraldone...@gmail.com>
---
 scripts/memory_analyzer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/memory_analyzer.py b/scripts/memory_analyzer.py
index dfd6600..0f6598e 100644
--- a/scripts/memory_analyzer.py
+++ b/scripts/memory_analyzer.py
@@ -74,7 +74,7 @@ class TreeKey(object):
         return self.lost_bytes * 100 / self.total_bytes
 
     def __str__(self):
-        if not self.desc == None:
+        if self.desc != None:
             name = "%s %s" % (self.this, self.desc)
         else:
             name = "%s" % self.this
-- 
2.7.4

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to