Browse Source

remove leftover rr in print_node

oz123 12 năm trước cách đây
mục cha
commit
52a09750c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pwman/ui/cli.py

+ 1 - 1
pwman/ui/cli.py

@@ -184,7 +184,7 @@ class PwmanCli(cmd.Cmd):
                                     node.get_notes())
         print typeset("Tags: ", ANSI.Red),
         for t in node.get_tags():
-            print "rr %s " % t.get_name(),
+            print " %s " % t.get_name(),
         print
 
         def heardEnter():