summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-08-17 16:51:44 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-08-17 16:51:44 +0100
commit43163affe0e61b67c257d107445f22d7a233f533 (patch)
treea038c39af6d7058401e260c0183685a738e84407
parentAdded -global when root. Fixed broken global lynking (diff)
downloaduselect-43163affe0e61b67c257d107445f22d7a233f533.tar.gz
uselect-43163affe0e61b67c257d107445f22d7a233f533.tar.bz2
uselect-43163affe0e61b67c257d107445f22d7a233f533.zip
Fixed no folder profile bug
-rw-r--r--uio.py5
1 files changed, 1 insertions, 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 = []