Explorar o código

Fix bug caused because of the removal of Tag.__str__

oz123 %!s(int64=10) %!d(string=hai) anos
pai
achega
44f995a982
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pwman/ui/base.py

+ 1 - 1
pwman/ui/base.py

@@ -525,7 +525,7 @@ class BaseCommands(BaseUI, HelpUI):
             if len(tags) == 0:
                 print ("None",)
             for t in tags:
-                print ("%s " % t)
+                print ("%s " % t.name)
             print
         except Exception as e:
             self.error(e)