Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Apr 29, 2024
1 parent 8c020c8 commit edbdcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykern/fconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def __init__(self, files, base_vars=None):
pykern.pkinspect.append_exception_reason(e, f"fconf.Parser.file={f}")
raise
if "yml" not in self.files:
raise ValueError("must supply at least on '.yml' file")
raise ValueError("must supply at least one '.yml' file")
e = _Evaluator(
global_fvars=PKDict() if base_vars is None else copy.deepcopy(base_vars),
parser=self,
Expand Down

0 comments on commit edbdcb5

Please sign in to comment.