##// END OF EJS Templates
templater: complain about invalid application of '%' operator (BC)...
templater: complain about invalid application of '%' operator (BC) Before, '{x % y % z ...}' was silently evaluated as '{x % y}'. We no longer need this hack since the web template bugs was fixed by earlier patches. At this point, the error message may contain '<generator *>', which will be fixed later.

File last commit:

r36625:c6061cad default
r37422:7c902a83 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer