Skip to content
Snippets Groups Projects
Commit b9c991e7 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Use .summary() instead of deprecated .getWikiSummary()

Refs #9559
parent 95be1d53
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class SummaryDirective(BaseDirective):
"""
self.add_rst(self.make_header("Summary"))
alg = self.create_mantid_algorithm(self.algorithm_name(), self.algorithm_version())
self.add_rst(alg.getWikiSummary())
self.add_rst(alg.summary())
self.commit_rst()
return []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment