Skip to content

Commit 4c14ff8

Browse files
committed
Fix linting
1 parent 7dc8b85 commit 4c14ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durabletask/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def _execute_orchestrator(
573573
customStatus=ph.get_string_value(result.encoded_custom_status),
574574
completionToken=completionToken,
575575
)
576-
except pe.AbandonOrchestrationError as ex:
576+
except pe.AbandonOrchestrationError:
577577
self._logger.info(
578578
f"Abandoning orchestration. InstanceId = '{req.instanceId}'. Completion token = '{completionToken}'"
579579
)

0 commit comments

Comments
 (0)