Skip to content

Commit

Permalink
Fix failing system test
Browse files Browse the repository at this point in the history
Refs #11638
  • Loading branch information
DanNixon committed Apr 28, 2015
1 parent 50e3a40 commit 5ca636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectNeutron.py
Expand Up @@ -447,7 +447,7 @@ def RunParas(ascWS,instr,run,title):
AddSampleLog(Workspace=ascWS, LogName="facility", LogType="String", LogText="ILL")
ws.getRun()['run_number'] = run
ws.getRun()['run_title'] = title
efixed = getEfixed(ws)
efixed = getEfixed(ascWS)

facility = ws.getRun().getLogData('facility').value
logger.information('Facility is ' +facility)
Expand Down

0 comments on commit 5ca636f

Please sign in to comment.