Merge pull request #174 from ynput/bugfix/AY-3297_Workfile-copy-and-open

Workfiles tool: Copy and open of published workfile works
This commit is contained in:
Jakub Trllo 2024-03-12 16:58:17 +01:00 committed by GitHub
commit 728bf64395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -573,6 +573,7 @@ class BaseWorkfileController(
workdir,
filename,
template_key,
src_filepath=representation_filepath
)
except Exception:
failed = True