diff options
author | Sérgio Almeida <mephx.x@gmail.com> | 2009-08-17 16:51:44 +0100 |
---|---|---|
committer | Sérgio Almeida <mephx.x@gmail.com> | 2009-08-17 16:51:44 +0100 |
commit | 43163affe0e61b67c257d107445f22d7a233f533 (patch) | |
tree | a038c39af6d7058401e260c0183685a738e84407 | |
parent | Added -global when root. Fixed broken global lynking (diff) | |
download | uselect-43163affe0e61b67c257d107445f22d7a233f533.tar.gz uselect-43163affe0e61b67c257d107445f22d7a233f533.tar.bz2 uselect-43163affe0e61b67c257d107445f22d7a233f533.zip |
Fixed no folder profile bug
-rw-r--r-- | uio.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 = [] |