mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 pass argument in deprecated function
This commit is contained in:
parent
9e1fb2bc6c
commit
831050799d
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class IWorkfileHost:
|
|||
Remove when all usages are replaced.
|
||||
"""
|
||||
|
||||
self.save_workfile()
|
||||
self.save_workfile(dst_path)
|
||||
|
||||
def open_file(self, filepath):
|
||||
"""Deprecated variant of 'open_workfile'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue