Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3891 from pypeclub/bugfix/pype_commands_webpublis…
Browse files Browse the repository at this point in the history
…h_cli

WebPublisher: Fix import after refactor
  • Loading branch information
kalisp authored Sep 21, 2022
2 parents ee3ec64 + 86a7eb9 commit e6d44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/pype_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit e6d44ef

Please sign in to comment.