Explorar o código

fix encrypted tag in edit view

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

+ 1 - 1
pwman/ui/tools.py

@@ -305,7 +305,7 @@ class CMDLoop(CliMenu):
                         try:
                             currentstr += ' ' + c
                         except TypeError:
-                            currentstr += ' ' + c._name
+                            currentstr += ' ' + c.name
                 # for the case we are not dealing with
                 # a list of tags
                 else: