From 16dfc8df20c6befeed423217a2e0f5ae59b5a04d Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Mon, 18 Mar 2013 13:15:42 -0400 Subject: Use smarter defaults which can handle data from Bjorns scripts. --- parse/point.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'parse/point.py') diff --git a/parse/point.py b/parse/point.py index d577306..f2b266a 100644 --- a/parse/point.py +++ b/parse/point.py @@ -128,8 +128,7 @@ class ExpPoint(object): self.stats[type] = value def __str__(self): - # return "\n%s" % (self.id, dict_str(self.stats)) - return "" % (self.id) + return "\n%s" % (self.id, dict_str(self.stats)) def get_stats(self): return self.stats.keys() -- cgit v1.2.2