Skip to content

Commit

Permalink
Refs #9587 - Attempt at narrowing down weird build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Jun 12, 2014
1 parent b1c7cc3 commit 8122094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/RetrieveRunInfo-v1.rst
Expand Up @@ -52,7 +52,7 @@ Usage
config["default.facility"] = "ISIS"

# Get the information for IRIS runs 21360 and 26173.
info_table = RetrieveRunInfo(Runs="21360,26173")
info_table = RetrieveRunInfo(Runs="IRS21360,IRS26173")

print "The table contains information about %i runs." % info_table.rowCount()
print "The first has run number %s." % info_table.cell("run_number", 0)
Expand Down

0 comments on commit 8122094

Please sign in to comment.