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 #4027 from pypeclub/bugfix/publisher_in_experiment…
Browse files Browse the repository at this point in the history
…al_tools

Experimental Tools: Fix publisher import
  • Loading branch information
iLLiCiTiT authored Oct 26, 2022
2 parents 579db01 + 52bb4a0 commit a4b1006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/tools/experimental_tools/tools_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def refresh_availability(self):

def _show_publisher(self):
if self._publisher_tool is None:
from openpype.tools import publisher
from openpype.tools.publisher.window import PublisherWindow

self._publisher_tool = publisher.PublisherWindow(
self._publisher_tool = PublisherWindow(
parent=self._parent_widget
)

Expand Down

0 comments on commit a4b1006

Please sign in to comment.