From 54d607cb361d40eccf2d31da2305423360cc4b09 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 9 Feb 2025 17:07:17 +0200 Subject: Critical fix on job rgb/lab cmyk & MyColors. --- .../Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index 57bdc2fbf..5bd95cbd2 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -717,7 +717,7 @@ namespace Tango.MachineService.Controllers { Status = TangoUpdateStatuses.SynchronizationFailed, FailedReason = ex.FlattenMessage(), - FailedLog = ex.FlattenException(), + FailedLog = null, Token = response.NotifyCompletedToken, }); throw ex; -- cgit v1.3.1