소스 검색

Fix: replace_reset_password_templates except KeyErro too

Bastien Sevajol (Algoo) 9 년 전
부모
커밋
2f461211fa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tracim/tracim/lib/utils.py

+ 2 - 0
tracim/tracim/lib/utils.py 파일 보기

@@ -39,3 +39,5 @@ def replace_reset_password_templates(engines):
39 39
             )
40 40
     except IndexError:
41 41
         pass
42
+    except KeyError:
43
+        pass