Skip to content

Commit 98d355f

Browse files
author
Paolo Tranquilli
committed
Codegen: fix typo
1 parent afd4d56 commit 98d355f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/codegen/loaders/schemaloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _fill_hideable_information(classes: typing.Dict[str, schema.Class]):
121121

122122

123123
def _check_test_with(classes: typing.Dict[str, schema.Class]):
124-
pragma = "qlest_test_with"
124+
pragma = "qltest_test_with"
125125
for cls in classes.values():
126126
if cls.name == cls.pragmas.get(pragma):
127127
# this is already implicit

0 commit comments

Comments
 (0)