Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning on save #13

Open
tokejepsen opened this issue Jul 23, 2018 · 1 comment
Open

Warning on save #13

tokejepsen opened this issue Jul 23, 2018 · 1 comment
Labels

Comments

@tokejepsen
Copy link

Problem

When saving with code a warning appears.

from maya import cmds
cmds.file(rename="temp.ma")
cmds.file(save=True, type="mayaAscii")
# Warning: avalon.pipeline : Traceback (most recent call last):
  File "C:\Users\admin\avalon-docker\volume\git\avalon-core\avalon\pipeline.py", line 558, in emit
    callback(*args)
TypeError: on_save() takes no arguments (1 given)
@mottosso mottosso added the bug label Jul 23, 2018
@mottosso
Copy link
Member

This is due to a recent change to Core that doesn't maintain backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants