Skip to content

Commit

Permalink
Do not force the full job to fail - it may be just this machine has a…
Browse files Browse the repository at this point in the history
… server connection timeout.

Fix #14
  • Loading branch information
BigRoy committed Jul 25, 2024
1 parent dbc1298 commit 9dec105
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ def inject_openpype_environment(deadlinePlugin):
import traceback
print(traceback.format_exc())
print("!!! Injection failed.")
RepositoryUtils.FailJob(job)
raise


Expand Down Expand Up @@ -581,7 +580,6 @@ def inject_ayon_environment(deadlinePlugin):
import traceback
print(traceback.format_exc())
print("!!! Injection failed.")
RepositoryUtils.FailJob(job)
raise


Expand Down

0 comments on commit 9dec105

Please sign in to comment.