We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ffefb commit 8c12272Copy full SHA for 8c12272
openage/convert/value_object/read/genie_structure.py
@@ -1,4 +1,4 @@
1
-# Copyright 2014-2024 the openage authors. See copying.md for legal info.
+# Copyright 2014-2025 the openage authors. See copying.md for legal info.
2
3
# TODO pylint: disable=C,R
4
@@ -587,7 +587,7 @@ def _read_primitive(
587
generated_value_members.append(gen_member)
588
589
# run entry hook for non-primitive members
590
- if is_custom_member:
+ if isinstance(var_type, ContinueReadMember) and is_custom_member:
591
result = var_type.entry_hook(result)
592
593
if result == ContinueReadMember.result.ABORT:
0 commit comments