소스 검색

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: