diff --git a/openpype/pype_commands.py b/openpype/pype_commands.py index f65d969c537..d08a812c61f 100644 --- a/openpype/pype_commands.py +++ b/openpype/pype_commands.py @@ -218,7 +218,7 @@ def remotepublish(project, batch_path, user_email, targets=None): RuntimeError: When there is no path to process. """ - from openpype.hosts.webpublisher.cli_functions import ( + from openpype.hosts.webpublisher.publish_functions import ( cli_publish )