Browse Source

Fix traceback in `pre_export()` handling.

pull/282/head
Adam Johnson 3 years ago
parent
commit
0fe35b573a
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 2
      korman/exporter/convert.py

2
korman/exporter/convert.py

@ -429,7 +429,7 @@ class Exporter:
# If the object is marked as a Plasma Object, be sure that we go into the same page
# as the requestor, unless the modifier decided it knows better.
if not temporary.plasma_object.property_set("page"):
if not temporary.plasma_object.is_property_set("page"):
temporary.plasma_object.page = parent.plasma_object.page
# Wow, recursively generated objects. Aren't you special?

Loading…
Cancel
Save