fix missing argument

This commit is contained in:
Jakub Trllo 2025-06-26 10:57:27 +02:00
parent 3e2c6f793b
commit dc476dea92

View file

@ -489,7 +489,7 @@ def copy_and_open_workfile_representation(
version=version,
comment=comment,
description=description,
open_workfile=open_workfile,
open_workfile=True,
prepared_data=prepared_data,
)