mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
fix: typo in class function
This commit is contained in:
parent
be70b52285
commit
f49781aae1
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class MaxHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
|||
rt.callbacks.addScript(rt.Name('filePostOpen'),
|
||||
lib.check_colorspace)
|
||||
|
||||
def workfiles_has_unsaved_changes(self):
|
||||
def workfile_has_unsaved_changes(self):
|
||||
return rt.getSaveRequired()
|
||||
|
||||
def get_workfile_extensions(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue