From ab51f3ccb0c8fe388e7b9cbcfb8fe9544d47222f Mon Sep 17 00:00:00 2001 From: Matthew Andrew <matthew.andrew@stfc.ac.uk> Date: Fri, 14 Dec 2018 11:37:52 +0000 Subject: [PATCH] Update muon_test_helpers.py --- scripts/Muon/GUI/Common/utilities/muon_test_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Muon/GUI/Common/utilities/muon_test_helpers.py b/scripts/Muon/GUI/Common/utilities/muon_test_helpers.py index 8ed0f9f613e..add0fef8b76 100644 --- a/scripts/Muon/GUI/Common/utilities/muon_test_helpers.py +++ b/scripts/Muon/GUI/Common/utilities/muon_test_helpers.py @@ -24,4 +24,4 @@ class IteratorWithException: return next(self.iterable) # python 3 compatibility - next = __next__ \ No newline at end of file + next = __next__ -- GitLab