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

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