Update openpype/hosts/houdini/api/lib.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Ondřej Samohel 2023-10-17 15:11:45 +02:00 committed by GitHub
parent 0f9c30378e
commit e6ac57b35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -868,7 +868,7 @@ def publisher_show_and_publish(comment=None):
tool_name="publisher",
parent=main_window,
)
publisher_window.show_and_pubish(comment)
publisher_window.show_and_publish(comment)
def find_rop_input_dependencies(input_tuple):