ソースを参照

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