Przeglądaj źródła

fix encrypted tag in edit view

oz123 11 lat temu
rodzic
commit
cc74269cd0
1 zmienionych plików z 1 dodań i 1 usunięć
  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: