Преглед изворни кода

fix encrypted tag in edit view

oz123 пре 11 година
родитељ
комит
cc74269cd0
1 измењених фајлова са 1 додато и 1 уклоњено
  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: