Skip to content

Commit 3b078e8

Browse files
mzuennimpsijm
authored andcommitted
at least parse the allow_file_writing flag
1 parent d71516e commit 3b078e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/problem.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ def __init__(
273273
self.keywords: list[str] = parse_optional_list_setting(yaml_data, "keywords", str)
274274
# Not implemented in BAPCtools. We always test all languges in langauges.yaml.
275275
self.languages: list[str] = parse_optional_list_setting(yaml_data, "languages", str)
276+
# Not implemented in BAPCtools
277+
self.allow_file_writing: bool = parse_setting(yaml_data, "allow_file_writing", False)
276278

277279
constants: dict[str, Any] = parse_setting(yaml_data, "constants", {})
278280
self.constants: dict[str, str] = {}

0 commit comments

Comments
 (0)