mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
load and edit mel workspace within the Openpype project settings
This commit is contained in:
parent
b7256e7c19
commit
9bcd86bac7
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ def create_workspace_mel(workdir, project_name):
|
|||
if not mel_script:
|
||||
log = Logger.get_logger("create_workspace_mel")
|
||||
log.debug("File 'workspace.mel' not created. Settings value is empty.")
|
||||
return
|
||||
|
||||
with open(dst_filepath, "w") as mel_file:
|
||||
mel_file.write(mel_script)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue