Skip to content

Commit

Permalink
Refs #8392 Missed changing log name in JumpFit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Jan 28, 2014
1 parent 991d8ab commit d4b820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectJumpFit.py
Expand Up @@ -24,7 +24,7 @@ def JumpRun(samWS,jumpFunc,width,qmin,qmax,Verbose=False,Plot=False,Save=False):
#give the user some extra infromation is required
if Verbose:
inGR = mtd[samWS].getRun()
log = inGR.getLogData('Fit Program')
log = inGR.getLogData('fit_program')

if log:
val = log.value
Expand Down

0 comments on commit d4b820d

Please sign in to comment.