Commit 24c0a584 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: add missing hash_ctx argument

Fixes #9
parent 196dd902
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1113,6 +1113,7 @@ def _check_tpl(
            Check.input_must_be_mapped_to_var,
            f"Input '{input_name}': is not mapped to any Kicker's variable",
            getattr(input_name, "__pos__", None),
            f"/input:{input_name}",
        )