From 277044b4e8f99266b7e06e1560e4e146ccdfc705 Mon Sep 17 00:00:00 2001 From: Alex Buts <Alex.Buts@stfc.ac.uk> Date: Mon, 14 Oct 2019 16:50:22 +0100 Subject: [PATCH] Re #26871 Fixing system tests --- scripts/Inelastic/Direct/ReductionWrapper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Inelastic/Direct/ReductionWrapper.py b/scripts/Inelastic/Direct/ReductionWrapper.py index 494c8016094..5b6e2f75926 100644 --- a/scripts/Inelastic/Direct/ReductionWrapper.py +++ b/scripts/Inelastic/Direct/ReductionWrapper.py @@ -758,8 +758,6 @@ def iliad(reduce): # the function does not return None, pylint is wrong #pylint: disable=W1111 rez = RenameWorkspace(InputWorkspace=rez, OutputWorkspace=out_ws_name) - PropertyManager.sample_run.synchronize_ws(rez) - return rez return iliad_wrapper -- GitLab