Explorar el Código

fix encrypted tag in edit view

oz123 hace 11 años
padre
commit
cc74269cd0
Se han modificado 1 ficheros con 1 adiciones y 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: