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 #1782 from pypeclub/bugfix/otio_unrelated_error
Browse files Browse the repository at this point in the history
Otio unrelated error on import
  • Loading branch information
iLLiCiTiT authored Jul 1, 2021
2 parents 94db265 + 69a3d4f commit af62e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/lib/editorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import opentimelineio as otio
from opentimelineio import opentime as _ot
except ImportError:
if not os.environ.get("AVALON_APP"):
raise
otio = discover_host_vendor_module("opentimelineio")
_ot = discover_host_vendor_module("opentimelineio.opentime")

Expand Down

0 comments on commit af62e10

Please sign in to comment.