Skip to content
Snippets Groups Projects
Commit 277044b4 authored by Alex Buts's avatar Alex Buts
Browse files

Re #26871 Fixing system tests

parent a80f2b7d
No related branches found
No related tags found
No related merge requests found
...@@ -758,8 +758,6 @@ def iliad(reduce): ...@@ -758,8 +758,6 @@ def iliad(reduce):
# the function does not return None, pylint is wrong # the function does not return None, pylint is wrong
#pylint: disable=W1111 #pylint: disable=W1111
rez = RenameWorkspace(InputWorkspace=rez, OutputWorkspace=out_ws_name) rez = RenameWorkspace(InputWorkspace=rez, OutputWorkspace=out_ws_name)
PropertyManager.sample_run.synchronize_ws(rez)
return rez return rez
return iliad_wrapper return iliad_wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment