Skip to content
Snippets Groups Projects
Commit 069f5d16 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Fix wrong variable name.

parent 99535b36
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ class Context:
"""
revs = [mn for mn in cls.modules if mn[0] == mod]
if not revs:
raise ModuleNotRegistered(impn)
raise ModuleNotRegistered(mod)
return sorted(revs, key=lambda x: x[1])[-1]
@classmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment