The Branch Comparison view would throw an error because of a parser_view 
instead of parse_view typo.

[YOCTO #15332]

Signed-off-by: Tim Orling <tim.orl...@konsulko.com>
---
 layerindex/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layerindex/views.py b/layerindex/views.py
index e660578..2e87181 100644
--- a/layerindex/views.py
+++ b/layerindex/views.py
@@ -1791,7 +1791,7 @@ class BranchCompareView(FormView):
         for _, recipe in sorted(recipes.items(), key=lambda item: item[0]):
             recipe.from_versions = sorted(recipe.from_versions, key=lambda 
item: parse_version(item.pv))
             from_version_exprs = [x.version_expr() for x in 
recipe.from_versions]
-            recipe.to_versions = sorted(recipe.to_versions, key=lambda item: 
parser_version(item.pv))
+            recipe.to_versions = sorted(recipe.to_versions, key=lambda item: 
parse_version(item.pv))
             to_version_exprs = [x.version_expr() for x in recipe.to_versions]
             if not from_version_exprs:
                 added.append(recipe)
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62053): https://lists.yoctoproject.org/g/yocto/message/62053
Mute This Topic: https://lists.yoctoproject.org/mt/103428509/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to