Skip to content

Commit edee368

Browse files
committed
[problem] Problem._determine_statement_languages: Add folder in which problem.{lang}.tex should be
1 parent e6db717 commit edee368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def _determine_statement_languages(self):
433433
)
434434
for lang in yamllangs - texlangs:
435435
error(
436-
f"{self.name}: Found name for language {lang} in problem.yaml, but not problem.{lang}.tex."
436+
f"{self.name}: Found name for language {lang} in problem.yaml, but not problem_statement/problem.{lang}.tex."
437437
)
438438
# Check that names in problem.yaml and \problemname{} in problem.*.tex agree:
439439
for lang in texlangs & yamllangs:

0 commit comments

Comments
 (0)