Skip to content

Commit

Permalink
Re #4303 fix problem with error condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Jan 26, 2012
1 parent 93b74bf commit 56dcb5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def PyExec(self):
if len(f)>0 and os.path.isfile(f[0]):
data_file = f[0]
else:
msg = "RefLReduction: could not find run %d\n" % run_number[0]
msg = "RefLReduction: could not find run %d\n" % run_numbers[0]
msg += "Add your data folder to your User Data Directories in the File menu"
raise RuntimeError(msg)

Expand Down

0 comments on commit 56dcb5d

Please sign in to comment.