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 #1732 from pypeclub/bugfix/1670_ftrack_sync_status
Browse files Browse the repository at this point in the history
Ftrack sync status
  • Loading branch information
iLLiCiTiT authored Jun 22, 2021
2 parents b370117 + 9a35e2d commit 10658dc
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ def process_by_project(self, session, event, project_id, entities_info):
))
return

_status_mapping = event_settings["mapping"]
if not _status_mapping:
self.log.debug(
"Project \"{}\" does not have set mapping for {}".format(
project_name, self.__class__.__name__
)
)
return

_status_mapping = event_settings["mapping"] or {}
status_mapping = {
key.lower(): value
for key, value in _status_mapping.items()
Expand Down

0 comments on commit 10658dc

Please sign in to comment.