Skip to content

Commit

Permalink
Only pass strings to LoadVesuvio
Browse files Browse the repository at this point in the history
Refs #18843
  • Loading branch information
martyngigg committed Feb 21, 2017
1 parent ce56023 commit 339d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Inelastic/IndirectReductionCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_files(data_files, ipf_filename, spec_min, spec_max, sum_files=False, lo

if 'VESUVIO' in ipf_filename:
# Load all spectra. They are cropped later
LoadVesuvio(Filename=filename,
LoadVesuvio(Filename=str(filename),
OutputWorkspace=ws_name,
SpectrumList='1-198',
**load_opts)
Expand Down

0 comments on commit 339d13f

Please sign in to comment.