From 43163affe0e61b67c257d107445f22d7a233f533 Mon Sep 17 00:00:00 2001 From: Sérgio Almeida Date: Mon, 17 Aug 2009 16:51:44 +0100 Subject: Fixed no folder profile bug --- uio.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/uio.py b/uio.py index 4f1a85c..e34fcfd 100644 --- a/uio.py +++ b/uio.py @@ -341,10 +341,7 @@ class ProfilePrintSystem(PrintSystem): self.print_line('') self.print_actions(profile) self.print_line('') - else: - for line in action.output: - print line - + def print_profiles(self, profiles): self.print_line(highlight + space + 'Profiles:' + reset) table = [] -- cgit v1.2.3-65-gdbad