From 4a0b31b53b59a76f61c1186df411b3f0834e7e78 Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Tue, 18 Feb 2020 08:51:42 +0000
Subject: [PATCH] Update qt/python/mantidqt/widgets/algorithmselector/model.py

Co-Authored-By: PhilColebrooke <52415735+PhilColebrooke@users.noreply.github.com>
---
 qt/python/mantidqt/widgets/algorithmselector/model.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt/python/mantidqt/widgets/algorithmselector/model.py b/qt/python/mantidqt/widgets/algorithmselector/model.py
index 610b95f4050..08e2cdd23b3 100644
--- a/qt/python/mantidqt/widgets/algorithmselector/model.py
+++ b/qt/python/mantidqt/widgets/algorithmselector/model.py
@@ -89,5 +89,5 @@ class AlgorithmSelectorModel(object):
         alg_instance.initialize()
         for prop in alg_instance.getProperties():
             if isinstance(prop, IWorkspaceProperty) and prop.direction in [Direction.Input, Direction.InOut]:
-                    return prop.name
+                return prop.name
         return None
-- 
GitLab