Skip to content
Snippets Groups Projects
Commit e68cfa8e authored by Aymeric Varasse's avatar Aymeric Varasse
Browse files

Fix content export

parent 5e6e94ad
No related branches found
Tags v2.5.0
No related merge requests found
Pipeline #14299 failed
......@@ -383,7 +383,6 @@ class ORCExporter(ExporterDispatch):
def process_content(self, content: Content):
content_writer = self.get_writer_for("content")
assert self.objstorage is not None
data = None
if self.with_data:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment