Skip to content

Commit

Permalink
Stop setting up Maya logging because it is broken at Mark Media
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Boers committed Oct 11, 2016
1 parent 189f5bd commit 1ec4eea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sitetools/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ def makePickle(self, record):
def _setup_maya():
"""Setup Maya logging, but be *really* defensive about it."""

# We are having trouble with this in Mark Media. For some reason this
# remains importable from a uifutures.host launched from Maya.
return

try:
import maya.utils
except ImportError:
Expand Down

0 comments on commit 1ec4eea

Please sign in to comment.