From 1446e7477af6d49094f82f04bc7bf1cd9cc1a626 Mon Sep 17 00:00:00 2001
From: Joseph Ramsay <joseph.ramsay@stfc.ac.uk>
Date: Mon, 9 Oct 2017 09:12:04 +0100
Subject: [PATCH] Re #20508 Replaced accidentally removed line

---
 .../plugins/algorithms/WorkflowAlgorithms/BayesQuasi.py          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/BayesQuasi.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/BayesQuasi.py
index 31ab0966816..06bcfdf8558 100644
--- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/BayesQuasi.py
+++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/BayesQuasi.py
@@ -149,6 +149,7 @@ class BayesQuasi(PythonAlgorithm):
         o_res = int(self._res_norm)
 
         # fortran code uses background choices defined using the following numbers
+        setup_prog.report('Encoding input options')
         o_bgd = ['Zero', 'Flat', 'Sloping'].index(self._background)
         fitOp = [o_el, o_bgd, o_w1, o_res]
 
-- 
GitLab