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 #157 from pypeclub/bugfix/ftrack_future_warning
Browse files Browse the repository at this point in the history
bugfix/ftrack future warning
  • Loading branch information
mkolar authored May 20, 2020
2 parents 64da003 + a37c944 commit 42578a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype/plugins/ftrack/publish/collect_ftrack_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def process(self, context):
ftrack_log.setLevel(logging.WARNING)

# Collect session
session = ftrack_api.Session()
session = ftrack_api.Session(auto_connect_event_hub=True)
self.log.debug("Ftrack user: \"{0}\"".format(session.api_user))
context.data["ftrackSession"] = session

Expand Down

0 comments on commit 42578a8

Please sign in to comment.