Loading tbc_check/checker.py +1 −0 Original line number Diff line number Diff line Loading @@ -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}", ) Loading Loading
tbc_check/checker.py +1 −0 Original line number Diff line number Diff line Loading @@ -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}", ) Loading