Skip to content

Fix inconsistent definition of farr in templates.py

ChiWai Chan requested to merge bug-fix-inconsistent-length into master

This patch fix the bug that farr has two different definition on line 369 and line 401 in templates.py

Changes:

  • make definition of farr on line 401 the same as line 369.

Merge request reports