Skip to content

Commit

Permalink
Use correct type for method call.
Browse files Browse the repository at this point in the history
Refs #9923
  • Loading branch information
martyngigg committed Aug 11, 2014
1 parent 7200252 commit ec03709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/sphinxext/mantiddoc/directives/base.py
Expand Up @@ -153,7 +153,7 @@ def skip(self):
# warn the user
if len(msg) > 0:
env = self.state.document.settings.env
env.verbose(env.docname, msg)
env.app.verbose(env.docname, msg)
return msg

def algorithm_name(self):
Expand Down

0 comments on commit ec03709

Please sign in to comment.