Skip to content
Snippets Groups Projects
Commit 0b8279a8 authored by Joe Ramsay's avatar Joe Ramsay
Browse files

Re #21598 Remove unnecessary path joiN

parent 9b8534c6
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,7 @@ def _gen_required_files(): ...@@ -133,7 +133,7 @@ def _gen_required_files():
# Generate file names of form "INSTxxxxx.nxs" # Generate file names of form "INSTxxxxx.nxs"
input_files = [os.path.join(input_dir, (inst_name + "000" + number + ".nxs")) for number in required_run_numbers] input_files = [os.path.join(input_dir, (inst_name + "000" + number + ".nxs")) for number in required_run_numbers]
input_files.append(calibration_map_path) input_files.append(calibration_map_path)
input_files.append(os.path.join(input_dir, "ISIS_Powder-POLARIS98533_TotalScatteringInput.nxs")) input_files.append(total_scattering_input_file)
return input_files return input_files
......
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