Commit f864034d authored by Luke Macken's avatar Luke Macken

Don't show meliae progress indicators

parent a936fa34
......@@ -567,7 +567,7 @@ class PyrasiteWindow(Gtk.Window):
self.obj_store.clear()
self.update_progress(0.4, "Loading object dump")
objects = loader.load('/tmp/%d.objects' % proc.pid)
objects = loader.load('/tmp/%d.objects' % proc.pid, show_prog=False)
objects.compute_referrers()
self.update_progress(0.45)
summary = objects.summarize()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment