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

Commit

Permalink
Fix - updated missed import after refactor
Browse files Browse the repository at this point in the history
Error would occur in Webpublisher.
  • Loading branch information
kalisp committed Sep 21, 2022
1 parent 2a609b5 commit 86a7eb9
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 86a7eb9

Please sign in to comment.