Skip to content
Snippets Groups Projects
Unverified Commit 74a990d6 authored by Joachim Coenen's avatar Joachim Coenen Committed by GitHub
Browse files

Re #22596 removed superfluous variable definition

parent 41e20cd6
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ class TOFTOFCropWorkspace(PythonAlgorithm):
""" Main execution body
"""
inputws = self.getProperty("InputWorkspace").value
outputws = self.getProperty("OutputWorkspace").value
run = inputws.getRun()
channel_width = float(run.getLogData('channel_width').value)
......
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