Skip to content
Snippets Groups Projects
Commit e844d308 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Typo?

parent 21e4a9c0
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!335Add Haralick features formulas in software guide
#!/usr/bin/env python3
#!/usr/bin/env python3
#
# Copyright (C) 2005-2017 Centre National d'Etudes Spatiales (CNES)
#
......@@ -69,7 +69,6 @@ def GetApplicationExamplePythonSnippet(app,idx,expand = False, inputpath="",outp
output = ""
output += ".. code-block:: python\n\n"
print(app.GetName())
# Render example comment
if len(app.GetExampleComment(idx)) > 0:
output += "\t# {}\n".format(app.GetExampleComment(idx))
......
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