Merge pull request #3891 from pypeclub/bugfix/pype_commands_webpublish_cli

WebPublisher: Fix import after refactor
This commit is contained in:
Petr Kalis 2022-09-21 15:27:20 +02:00 committed by GitHub
commit e6d44ef9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@ class PypeCommands:
RuntimeError: When there is no path to process.
"""
from openpype.hosts.webpublisher.cli_functions import (
from openpype.hosts.webpublisher.publish_functions import (
cli_publish
)