Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Ftrack: Sync to avalon actions have jobs #2015

Merged
merged 6 commits into from
Sep 14, 2021

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Sep 14, 2021

Changes

  • sync to avalon actions (local and server) create job on start
    • job has uploaded file with traceback if job crashes
  • removed traceback message from report to user
  • methos show_interface have ability to modify submit button label

How to test

One possible way is to raise exception before self.synchronize(...) in openpype/modules/default_modules/ftrack/event_handlers_user/action_sync_to_avalon.py (line 78).

try:
    raise ValueError("Test")
    result = self.synchronization(event, project_name)
except Exception:
    ...

Closes #1310

@iLLiCiTiT iLLiCiTiT self-assigned this Sep 14, 2021
@iLLiCiTiT iLLiCiTiT added module: Ftrack type: enhancement Enhancements to existing functionality labels Sep 14, 2021
@iLLiCiTiT iLLiCiTiT merged commit 0ff8e4a into develop Sep 14, 2021
@mkolar mkolar deleted the bugfix/1310-ftrack-actions-in-job-monitor branch September 17, 2021 22:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
module: Ftrack type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ftrack actions in job monitor
2 participants