04-10-2021, 03:14 PM
(This post was last modified: 04-10-2021, 03:14 PM by remkonoteboom.)
This error is coming from mako itself.
Which is kind of annoying because it seems that error display in mako that is raising the exception. I am not sure if there is a way to catch this if mako itself is failing to print it's own error.
Code:
85 except Exception as e:
86 print(e)
87 print("Error in Mako code: ")
88 print(exceptions.text_error_template().render())
Which is kind of annoying because it seems that error display in mako that is raising the exception. I am not sure if there is a way to catch this if mako itself is failing to print it's own error.