From c98fd1a110b34a80ae41e31cce24c9fc7146e7ca Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Fri, 18 Sep 2015 08:38:57 -0400 Subject: [PATCH] Removing unused variable --- .../PythonInterface/plugins/algorithms/SNSPowderReduction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py index 80905fbbe36..3bd10f79ced 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/SNSPowderReduction.py @@ -310,7 +310,6 @@ class SNSPowderReduction(DataProcessorAlgorithm): self.log().information("Unable to get number of events of sample run %s. Error message: %s" % (str(samRun), str(e))) # Get run number - runnumber = samRun.getRunNumber() self._info = self._getinfo(samRun) # process the container -- GitLab