Skip to content

Commit

Permalink
Fix apply_settings signature
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Apr 18, 2024
1 parent bb27114 commit 276b293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CollectFileDependencies(pyblish.api.ContextPlugin):
families = ["renderlayer"]

@classmethod
def apply_settings(cls, project_settings, system_settings):
def apply_settings(cls, project_settings):
# Disable plug-in if not used for deadline submission anyway
settings = project_settings["deadline"]["publish"]["MayaSubmitDeadline"] # noqa
cls.enabled = settings.get("asset_dependencies", True)
Expand Down

0 comments on commit 276b293

Please sign in to comment.